Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
THISFORM.Release doesn't release the form!?
Message
De
06/11/1998 14:58:43
 
 
À
06/11/1998 14:44:13
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00154872
Message ID:
00155330
Vues:
30
ThisForm.Release does not work from within an Init event. What I did when I wanted this to be the case was to set a variable that flagged whether the form should be released. Then in the Activate event you can put the ThisForm.Release within the If statement if the form should be released.

Example:

Init event:

m.closeform = .t.

Activate Event:

IF m.closeform
Release ThisForm
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform