Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to release a FORM from program.
Message
From
11/01/2001 02:48:10
 
 
To
11/01/2001 02:00:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00462077
Message ID:
00462090
Views:
17
>A. How can i release a FORM from program ( not in FORM - THISFORM.RELEASE )
> program as below :-
> DO FORM MYFORM && the form is in WindowType = 0-Modeless
> *** how to close MYFORM

MyFOrm.Release() MyForm is just a variable thats a refernce to the MyForm object.

>B. And how can i know the MYFORM is open already ?

vartype(myform) = 'O' should work.
Previous
Reply
Map
View

Click here to load this message in the networking platform