Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LostFocus Event
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
00976863
Message ID:
00976869
Views:
15
>Hi ALL,
>
>In the LostFocus event of a text box I am validating the user's input. If the validation fails how can I prevent user leaving the text box and force user to type valid entry ?
>
>This.SetFocus doesn't work .... the cursor goes to the next object.
>
>TIA,
>Daniel M.


Try:
** LostFoxus Event

IF FalseUserInput
   NODEFAULT
   this.SetFocus()
   RETURN .f.
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform