Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jmcfarlane
  • Content: Threads
  • Order by date
  1. jmcfarlane

    Problem with Report using views and using set relation

    Hello all, I am having a problem with reports. I have converted a stand alone app to client server. Thus I am using views. In my report that I am having difficulty with, I have a main view that has links to other tables. So I have been using set relation to link in the other views. When...
  2. jmcfarlane

    How to get computer name from system

    I am wondering how to get the computer name from the system. This will need to work on windows 95, 98, Nt, 2000 whether connected to a network or not. I am planning on using this for a simple software copy protection. Is there any other pieces of system information that would also prove...
  3. jmcfarlane

    INTL and GENMENUX problem

    I have just switched to using genmenux.prg (3.0a) instead of using something that was a modified genmenu.prg. I have set up mu config.fpw as _GENMENU=e:\test26\GENMENUX.PRG _MNXDRV2=e:\test26\thirdparty\intl\INTL.PRG which seems to be correct, but I get an error from my menu code below. My...
  4. jmcfarlane

    Combo Box on grid and exit problem

    I have a grid on the main form. Within that grid is a combo box populated by the init event via sql, the rowsource is cleared when the focus is lost and repopulated when the control gets the focus again. The problem I am having is when the combo box is the currently selected control and I go...
  5. jmcfarlane

    Checkbox changing more than one field in a freetable

    On a form, I have opened the free table and want to be able to click the checkbox and the value for the tied variable to change. If the check is removed then the tied variable is changed and two other variables are changed as well. The two additional variables are logical variables. Basically...
  6. jmcfarlane

    How to update ActiveX control

    I recently updated from Visual FoxPro 5 to Visual FoxPro 6. In an application that I have developped I used the progressbar and the treeview controls in a class. I want to update them to their FoxPro 6 versions and all usages of them in the form classes that they were used. Is there a way to...
  7. jmcfarlane

    Menu item run twice when clicked once

    Hi, I am using VFP6 service pack 5 on windows NT 4 service pack 6a at work and windows 98 at home. The application I am working on occasionally seems to get two clicks on a menu item. I click on the menu item and the routine for that menu item runs twice. I have tried to duplicate this in...

Part and Inventory Search

Back
Top