Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I make sure a form is released
Message
De
09/07/2007 04:11:48
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01238227
Message ID:
01238543
Vues:
9
>Hi
>
>I want to release a form - do some more processing - load another form and then reload the original
>
>But I find that the original form is not released in the first place - I then wind up with an ever growing number of the first form - what's the best way to handle this?
>
>Thanks
>
>Colin

your form's object doesn't released but it's properties released after form release. I do that:
if type("myform.caption")="U"
wait wind "released"
else
wait wind "stay"
endif
you can use pemstatus either...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform