Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Valid check prevents form exit
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00613711
Message ID:
00613719
Vues:
14
Hello Richard.

How do I bypass a Valid method when I click on a button? I hope this explanation of the problem is clear enough.

Set the button's Cancel property to true. Then change the code in your valid like so:
IF LASTKEY() # 27
  *** Validation code here
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform