Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not executing code in the lostfocus of a textbox
Message
From
20/03/1998 14:04:16
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00086068
Message ID:
00086073
Views:
24
>I have some field level validation that I do when the user enters data into a textbox. I put this validation in the lostfocus.
>
>1) But I don't want this code to execute if the user clicks on the restore toolbar. How can I detect for the user hitting an object outside this form and not execute the stuff in the lostfocus. Should this code even be in th lostfocus to start with or the valid ??
>
>2) i fthe user hits enter I want the user to stay in the current textbox if data entered fails that test, but still allow them to exit out of the screen (cancel out so they are not trapped in this field)
>
>
>Help !!!! and Thanks in advance

IMO, the best way is to move all validations into one place (e.g. under Save button). In regard to 'Cancel': you can use cancel button (button.cancel=.t.)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform