Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return value from a modal form
Message
 
To
15/12/1997 10:36:52
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00065924
Message ID:
00065928
Views:
37
>What's the best way to return a value from a modal form class?

First issue the following command:

DO FORM MyForm TO MyReturnValue

Then in the form's Unload event:

RETURN (value)

MyReturnValue will then contain your desired result.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform