Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need to revert -Add record-, but valid method fires.
Message
 
To
10/07/1999 12:21:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00239842
Message ID:
00239878
Views:
8
Juan Carlos,

Dump the OKL and set the Cancel button's Cancel property to .T.. Then in your Valids put this code first;
IF LastKey() = 27
   RETURN .T.
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform