Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Don´t run Valid event
Message
 
À
09/09/1999 08:06:44
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00262775
Message ID:
00262806
Vues:
15
Joaj,

Dump your Exit_form property. You can use the built in ReleaseType property for this purpose. ReleaseType will contain 2 if the form is released by using the control menu or the close box (X). Your code in the valid can be;

IF Thisform.ReleaseType <> 0
RETURN .T.
ENDIF
... The rest of your valid code here
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform