Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get a value from a Form - Using CreateObject()
Message
From
30/05/2003 13:32:48
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00794566
Message ID:
00794634
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
In the modal form, you don't do a release(). You do a thisform.hide().

from outside the form it looks something like this:
oPassword.show()
lcValue = oPassword.returnValue
oPassword.release()
>No Erick...
>
>I need the form (ops, the class) returns a value, because this class is modal...
>
>When you run the SHOW method, the VFP waits until this object ends their task... so, the destroy event kill the property lReturn and, after that, I can't get this value... :-(
>
>Take a look to another answer. I'll try something using it.
>
>[]s
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform