Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select on entry??
Message
From
17/07/2007 14:51:54
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01241224
Message ID:
01241236
Views:
24
>>My users are consistently using their mouse to navigate around the textboxes of a form. Often they will click into the middle of the control and begin typing only to have the cursor jump to the next field before they are finished typing. I have tried setting the Selectonentry to .T. and the MaxLength to 0 but this doesn't seem to help.
>>
>>Is there a fix for this other than training the user to navigate with the TAB key?
>>
>>Thanks
>
>Put in GotFocus Event:
>
>IF this.SelectOnEntry
>   NODEFAULT
>   TextBox::GotFocus()
>ENDIF
>
Why nodefault?
I have code to change the backcolor for highlight.
Previous
Reply
Map
View

Click here to load this message in the networking platform