Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loop through active forms?
Message
 
 
À
30/06/2003 17:08:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00805479
Message ID:
00805480
Vues:
16
>How do I loop through active forms that are not in a formset? I need to know what form are currently open and close them or hide them at any one point.
>
>Thanks

Tim,
_Screen.Forms is a collection of all open forms. To loop through them, try the following:
for lxx = _Screen.FormCount to 1
   _Screen.Forms[lxx].Release()
endfor
You need to go in reverse order.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform