Rod1953's Q&A profile
Visual FoxPro How do I synchronize my workstation system clock with the server clock?
good day to everybody I wanted that my workstation clock will be updated at the server just at the click of a button. So, How do I synchronize the system clock in my workstation with the system clock at the server using vfp . Thank you very much for the help Thank you, thank you, thank you to all of you ...Show All
Visual Studio Team System another 32000 issue... buuhuuuu
oh holy *** :-) after everything finally was runnin perfect (also http://localhost/reportserver/reportservice.asmx ) i was brave enough to try again an install of VSTFS, but..... >>>>>> Product: Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) -- Error 32000.The Commandline '"C:\Programme\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall\createds.exe" "http://PASCOM-DEV/ReportServer/ReportServ ...Show All
Visual Studio Team System Change Project in a Excel file
Hi. I just copied the Issues.xls file from one Team Project to another. When I open the copied Issues.xls it still points to the first Team Project. How do I change the Team Project in the Issues.xls file Cheers, Chris Unfortunately there is no way to change the server/project that a project plan or excel workbook is referring to. The server/project are stored as part of the document itself. ...Show All
Windows Forms DataGridView behaves weird on programmatiaclly adding rows.
I have made a user control which is inherited from DataGridView(DGV). Depending on certain conditions i have to add data to DGV, for which i add more rows to the DGV. I have the following code in a function in the inherited class. 'currentBindingSource is of type BindingSource For i = 0 To numColumns If ((startRow + i) >= Me.Rows.Count) Then currentBindingSource.AddNew() 'More CODE EndIf next When a new row is added in the underlying list of ...Show All
Visual Studio Tools for Office VSTO Question: Looking for WORD Action Pane example that lists and select contacts from Outlook
Would really appreciate any help or guidence. I want to have an Action Pane in Word that somehow allows the user to select a contact from the Outlook contacts and insert that information in different parts of the document. Are there any examples of integrating contatcs and using the action pane Thanks for any help, VA Actually, you do not need an 'actions pane' example because what you want to do can be done in a variety im ...Show All
Visual FoxPro How to solve memory problems on foxpro
I use a Foxpro based system on my job, but the problem is that frecuently appears a message "the instruccion at "0x100017bf" referenced memorya at "....." The memory could not be read. And the system crashes down and this is really annoying because I can't work, does anybody knows hoy to avoid or explain me why is this problem ocurring as I enter more information on my system Refer your provider to this: ...Show All
.NET Development emailing photos
How do I send an email with a photo from a holder I believe you want to send photos in an email from a folder Is that correct If so, please see this post for how to send an HTML formatted email with embedded pictures: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=59477&SiteID=1 ...Show All
Windows Forms KeyPress
Hello all, I think my need is simple, but i just can't figure it out. I have a datagrid that has code that executes with a double click is performed on a row. All i want to do is execute some different code when the CTRL key&nbs ...Show All
Smart Device Development Disabling top line in Win Mobile 2003
Hi. I'm using CF 2.0 under Win Mobile 2003. Could you tell me how I can disable top line (which consist of StartMenu, time, some connection logos, etc...) I execute some programms from my programm and I don't want users to switch to another ones before they exit executed. Thank you very much! http://wiki.opennetcf.org/ow.asp CompactFrameworkFAQ%2FFullScreenForms ...Show All
SQL Server repeating free form list item fields for each group
Hi, I have a nested report where i have some dept name and address fields placed in the free form list, below the address fields i have the related employee info in a table. i have grouped on the dept id for both the list and table. for a particular dept , when the related employee table information goes on to the next page i want to repeat the dept name and address fields on each page for the group.i cannot place the fields in the group header ...Show All
Visual Studio Team System Debugging unit tests
Hi All, The ability to debug unit tests is a welcome one, thanks! I do have a suggestion though. It seems to me that the need to run unit tests in the debugger arises when unit tests fail. In the Test Result pane I can rerun the tests, but I can't rerun them in Debug mode. Wouldn't it be logical to have this option here Now I have to define a new test run and run that one in Debug mode.... Regards, Wolfgang Than ...Show All
Smart Device Development application does not appear in 'Remove Programs'
with VS 2003 I used to build the CAB files manually. Now I'm using VS 2005 and I'm trying to build a CAB file with it's built in process. I've managed to build one and installed my application. But I'm not entirely sure what i need to do in order to create a shortcut to it in under 'Programs' and dont know how to make it appear in 'Remove Programs'. Thanks. It will appear in "Remove programs" o ...Show All
Visual C++ Multithreaded libs and compiler settings through pragma comments
I noticed you can adjust compiler and linker settings in the code using pragma comments rather than having to mess about with the IDE like going to Project -> <Project Name> Properties -> Configuration Properties -> C/C++ -> Code Generation -> Runtime Library. I had a little problem first trying to figure out how to simulate /MTd though till I found out it was done by defining _DEBUG and _ ...Show All
Windows Forms Logging during execution of customer Installer class in an MSI
I have a MSI project which also has a custom Installer class which is written in C#. In my Installer, I would like to log information in the appropriate log file about what has ocurred in my installer. I am finding it impossible to do, and would like some assistence. Below is a summary of my findings: 1) Context.LogMessage() Seems like the most obvious choice, but as I read the documentation in MSDN, it states the following: An installer can c ...Show All
Visual Studio Team System List of all checked out files for all users and team projects
Hi, Is there a way to get a list of all checked out files and who has them checked out - grouped by Team Project and user Peter, You can try the command line (tf.exe). Fire up a Visual Studio 2005 command prompt and then type something like:- tf status $/ /recursive /user:* /server:yourtfsserver Alternatively, take a look at the excellent and free "Status Sidekick" from Attrice. http://attrice.inf ...Show All
