Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why use Database Record Validation
Message
De
03/04/2000 00:40:38
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00353010
Message ID:
00354176
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform