Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not press ESC when the field valid is .f.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00107833
Message ID:
00107900
Views:
30
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform