Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ignore Valid event
Message
 
À
10/07/1998 23:45:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00116421
Message ID:
00116424
Vues:
14
>How can I ignore Valid event of any Object as I wish or if press [X] of windows controls ?
>
>
>Thanks
Frederick,

You have to write the valid code that way, to ignore the validation when you want it to. To ignore the close X use this code;
* Some valid event
IF THISFORM.ReleaseType = 1
   RETURN
ENDIF
* The rest of your valid code goes here.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform