Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a value from a form in a class
Message
 
To
06/08/1998 11:50:10
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00124488
Message ID:
00124591
Views:
19
Hi Jerry,

Usually you assign the value you want to return to a form property, then grab it before you release the form object. Something like:

loForm = CreateObject("myForm")
loForm.Show()

x = luForm.uReturnValue

RELEASE loForm
Mike Feltman

F1 Technologies
Previous
Reply
Map
View

Click here to load this message in the networking platform