Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning multiple values from a form
Message
From
09/08/2000 01:26:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Returning multiple values from a form
Miscellaneous
Thread ID:
00402652
Message ID:
00402652
Views:
53
In the VFP Programmer's Guide there's a great example of how to return a value from a modal form. However, it doesn't go deep enough. How would I pass 3 values?

In the unload event of the modal form, how do you RETURN 3 values, for instance: value1 is the .value of a textbox, value2 and value3 are field values selected with a combobox.

From the Method that runs the form would I use "DO FORM formname WITH param1,param2,param3" or would I use "DO FORM formname TO variable1,variable2,variable3"?

Rodney
Next
Reply
Map
View

Click here to load this message in the networking platform