Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tiny app is eating my lunch!!
Message
De
05/09/2001 13:15:49
 
 
À
28/08/2001 19:12:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00550095
Message ID:
00552664
Vues:
17
Do you need to unload the form or just hide it when the second screen appears?

If you just want to hide it, just befor calling your second screen do THISFORM.Visible = .F. this will temporarly hide your screen until you do
THISFORM.Visible = .T.

it should look something like this

THISFORM.Visible = .F.
DO FORM YourFormName
THISFORM.Visible = .T.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform