Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Still release form question
Message
 
 
À
08/06/2001 12:21:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00516859
Message ID:
00517033
Vues:
18
Hi Fernando,

Since I wrote this FAQ, this method is already mentioned there. I tried to show all available methods and give a warning about possible dangling reference. Just read this FAQ and even more on this problem in WiKi.

>Hi Nadya,
>
>They are all good ways of releasing all forms if the FAQs. The one I adopted (works better with my apps) was picked from there and is:
>
> Local nForms, I
>
> nForms = _Screen.FormCount
>
> For I = nForms to 1 Step -1
>    _Screen.Forms (I).Release
> EndFor
>
>
>Fernando
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform