Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why use Database Record Validation
Message
From
03/04/2000 00:40:38
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00353010
Message ID:
00354176
Views:
19
>Thanks,
>
>I tried that but even with buffering, when I click cancel without tabbing out of the field, the dbc validation still triggers. The manual says this will happen but surely there's a way to let the user out without having to enter valid data in the field when they are cancelling the update.
>
>TIA
>Chris


In the Valid of the control:

IF LASTKEY() = 27
* User pressed Escape
RETURN .T.
ELSE
* Validation code goes here
ENDIF
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform