Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return value from form after creating form in code
Message
From
25/08/2002 17:07:09
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00693423
Message ID:
00693462
Views:
22
Lawrence,

just define a property in your form class (let's say MyFormClas.cRetVal) and when you finish your processing in oForm return hiding it. That way you can get the return value as oForm.cRetVal and release oForm afterwards.



>Hi all,
>
>I know how to "DO FORM myform TO lcRetVal" to return a value from a form, but what if you create the form in code:
>
>ofrmTest = CREATEOBJECT('myformclass')
>
>You can't "DO FORM ofrmTEST TO lcRetVal". I tried DO FORM (ofrmTest) TO lcRetVal.
>
>ofrmTest.Show() correctly fires up the form, but how do return a value from it when created this way? I'm not quite sure how to deal with an oject reference to the form instead of the usual .scx itself.
>
>Thanks in advance,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform