Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About Form Release..
Message
De
28/08/2000 22:46:05
 
 
À
28/08/2000 05:23:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00408658
Message ID:
00410111
Vues:
27
>>Try putting a call on the form you are loading to hide the application form, >>or set the application form property visible to .F. You should place this in >>your form class.

loAppForm = Your Application Form

loUserForm = The form you want to control the screen


>>When you exit the new form - check to see if any other forms are in >>existence. If they are not you should reset your application form visible = >>.T.

**IN THE LOAD EVENT of loUserForm

loAppForm.Visible = .F.

Now the loUserForm is the only form visible. When you are done:

**IN THE UNLOAD EVENT of loUserForm

loAppForm.Visible = .T.


Give this a try.

By the way, I have never met anyone in HK. Nice to meet you.

Ric
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform