Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms as Top-Level Forms cannot stay opened...
Message
 
À
05/10/2002 01:09:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00708027
Message ID:
00708063
Vues:
9
* THIS CODE USES THE linked METHOD
DO FORM ..\forms\enc_psw_prompt name fNewData linked	&& link scope of modal form to local variable
READ EVENTS
The above does not actually fail. Your local variable is immediately out of scope when the fomr tries to take focus and so when the linked variable goes out of scope the form object is destroyed. Try making the variable PRIVATE instead of LOCAL.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform