Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return value from form created with CreateObject() ??
Message
From
15/01/1999 11:52:56
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00176044
Message ID:
00176541
Views:
31
Or, in a similiar fashion, you could use a parameter object:

oParameter=CREATEOBJECT("ccparameterobject")
oForm=CREATEOBJECT("form_class_test",oParameter)

Then oForm modifies values of oParameter.

>Klas,
>Have you considered passing the calling form to the created form (as an object-type variable), and then storing the values you wish to return to the calling form before exiting the created form? I handle most of my returned values this way.
>
>HTH
>Barbara
>
>>Hi,
>>We are considering putting a number of forms in classes and open them with oForm = CreateObject("form_class_test").
>>Eveything seems to work fine except one thing: Some of our forms return a value and if we do the above we do not know how to get a hold of this value without saving it to a global varible.
>>
>>Does anyone know of a better way ??
Eric Shaneson
Cutting Edge Consulting
Previous
Reply
Map
View

Click here to load this message in the networking platform