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 bkrike 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: *

  1. steinkebunch

    Subform/mainform linked via 3 fields

    I have a subform linked to a main form. The subform is for data entry. 3 fields in the main form (which make up the parent tables primary key) determine what records are linked in the subform. I used the Subform field linker to select the 3 fields in the main form and the related fields in...
  2. steinkebunch

    Accessing cursor created by SQLPREPARE

    I'm using VFP6 to retrieve remote data from some Oracle tables. I can successfully retrieve the data into MyCursor using the command SQLPREPARE(nConnectionHandle, cSQLCommand, "MyCursor") However, when I try to use further code to manipulate MyCursor, such as Use...
  3. steinkebunch

    2 remote view cursors to populate comboboxes

    I created two cursors from remote data, and would like to populate comboboxes on my form with these cursors. I can see both cursors in the Datasession window, but according to VFP help, these cursors are not opened in the work area. The rowsource of of each comboboxes reads as follows...
  4. steinkebunch

    Returning multiple values from a form

    Can a DO FORM command be used to return the value of more than 1 variable to a program? I have the following code in my program, but when I compile it, it gives me a syntax error. If I remove "retval2", it works fine. DO MyForm2 WITH var1, var2 TO retval1, retval2 Thanks for your help

Part and Inventory Search

Back
Top