Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding Hide and Seek
Message
 
To
10/03/2003 13:59:26
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00763810
Message ID:
00763871
Views:
16
This message has been marked as the solution to the initial question of the thread.
You can call the first form with 'DO FORM myform NAME myform' then when you want to hide it, either issue myform.hide or thisform.hide if you are still in it.

To Show it, issue command 'myform.show()'. Just make sure that variable myform has scope when you try to show the form again.

Hope that works for you.
Previous
Reply
Map
View

Click here to load this message in the networking platform