Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Valid check prevents form exit
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00613711
Message ID:
00613719
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform