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 Mike Lewis 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

    Aivars: I think you have led me to my problem. I looked at the relationship between the underlying tables. The only relationship that is set is one between LinkMaster1 and LinkChild1. The relationship type is "indeterminate". No other fields have relationships between the two...
  2. steinkebunch

    Subform/mainform linked via 3 fields

    The paired child and master field types are identical, same length, format, etc. Two pairs are text fields, and one pair is a date field.
  3. 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...
  4. 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...
  5. steinkebunch

    2 remote view cursors to populate comboboxes

    Thanks for your help. Your suggestion solved the problem. Steinkebunch
  6. 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...
  7. 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