Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing all forms
Message
 
 
À
20/11/1998 09:51:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00159684
Message ID:
00159689
Vues:
35
>>I need to close all the forms so the user can relogon to a different database. I'm thinking I need to do something with _screen and controls[], but I'm not sure what syntax I need.
>>
>>Thanks,
>>
>>-Michelle
>
>You may loop through _SCREEN.Forms()

OK, that gets me closer...
FOR i = 1 TO ???
   _SCREEN.Forms(i).RELEASE()
ENDFOR
Like that? What do I put for the ??? ?

Thanks,

-Michelle
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform