Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Easiest way to avoid valid
Message
From
30/06/2001 12:02:37
 
 
To
30/06/2001 09:17:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00525591
Message ID:
00525606
Views:
12
>hi,
>how can i avoid valid from any object (textbox) in a very simple way if the record is cancelle or not saved.


Put this in your Valid code:
IF LASTKEY() != 27
   * Put validation code here
ENDIF
Make sure you set the Cancel property of the Cancel command button.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform