Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can not press ESC when the field valid is .f.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00107833
Message ID:
00107900
Vues:
31
>I build a from, the first is a customer no. (there has valid about cannot be empty).
>But sometime i want to quit there, the system not allow for me to quite. Cuase there
>is empty at customer no.
>
>I want to keep the function to check ist already code in file, after the user keyin.
>
>Who to do that???
>
>Best wish

In the VALID() for the Cust.No. put
if lastkey() = 27   && Escape key
  RETURN .T.
else
  *** Your validation code here
endif
HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform