Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Killit.fll for Visual Foxpro
Message
 
 
À
31/08/1999 10:48:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00257963
Message ID:
00259777
Vues:
17
>Mark,
>
>How do I close a modal form using this example.
>
>Thanks

I use _screen.formcount amd the _screen.activeform to loop through all forms and fire their QueryUnload method. Simplified version:
lnKount = _screen.FormCount
for i = 1 to lnKount
    _screen.ActiveForm.QueryUnload()
endfor
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform