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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.