Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to bring a form to front
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00080198
Message ID:
00080205
Vues:
24
>Problem is that since the form is minimized it does'nt appear in _screen.forms(x). Or is it a bug in my programming?
>
>>>Hi, I'm using amain window with several forms. How do I bring a form to the front? I'm already using _screen.forms(x).windowstate to minize the forms but how do I bring them back?
>>
>>_scree.forms(x).show

Minimized form is still inside _screen.form, so
_screen.forms(x).windowstate=0 && restore form
_screen.forms.show() && bring it up front
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform