Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the return parameter from a MDI form ?
Message
 
 
To
26/07/2011 23:49:05
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01519135
Message ID:
01519285
Views:
25
>Hi,
>Sorry, there no DO FORM NAME example in HELP.
>
>how to use NAME option ? it store the form name to the variable, how to use the variable to show out the called form ?
>
>can you give me some example ?
>
>Thanks.

One possibility:

do form SearchForm name thisform.oSearchForm

...

if type('thisform.oSearchForm.name') = 'C' && form is still active
thisform.oSearchForm.Show()
endif
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform