Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get a value from a Form - Using CreateObject()
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Get a value from a Form - Using CreateObject()
Miscellaneous
Thread ID:
00794566
Message ID:
00794566
Views:
43
Hello!

I have a VCX with some forms inside it... One of them is fw_Password (FORM) that have just 2 textbox and one commandbutton.
This class (fw_Password) returns a value (.T. or .F.) and I want to get it... For example:
oPassword = CreateObject("fw_Password")
oPassword.Show
So... How can I get this value (that is returned by the fw_Password.Unload)?

If I were a form, I would do it:
Do Form MyPasswordForm To m.MyReturn
? m.MyReturn
I don't know what can I do... :-(

[]s
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Next
Reply
Map
View

Click here to load this message in the networking platform