Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field level VALID is not executed
Message
 
To
24/06/1999 01:01:36
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00232975
Message ID:
00236978
Views:
16
>>>I have a screen with 1 single field which accepts numeric data.  When ESC key is pressed, valid clause of the field is not executed. Why ?

You have to either prevent the user from "escaping" the screen, or
call your valid procedure when the "ESC" key is pressed.

on key label escape * && nothing happens when the escape key is pressed

or

on key label escape do lpValid && call valid procedure
Previous
Reply
Map
View

Click here to load this message in the networking platform