Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to release a FORM from program.
Message
De
11/01/2001 02:48:10
 
 
À
11/01/2001 02:00:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00462077
Message ID:
00462090
Vues:
15
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform