Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Easiest way to avoid valid
Message
De
30/06/2001 12:02:37
 
 
À
30/06/2001 09:17:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00525591
Message ID:
00525606
Vues:
13
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform