Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Currency textbox
Message
 
 
To
19/07/2001 12:41:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00532527
Message ID:
00532716
Views:
19
>Hi Nadya.
>
>>> This seems to work, thanks. I also want to select the whole textbox, when it gotfocus(). I have SelectOnEntry .t. and I also tried to set format to K, but it didn't help. What else can I do? <<
>
>If you want the entire textbox to be selected, even when you click into it with the mouse, try this is the GotFocus of the textbox:
>
>
>Textbox::GotFocus()
>This.SelStart = 0
>The.SelLength = 12
>NODEFAULT
>
>

Why 12? Yes, I want it to be selected, when I click with mouse. Thanks.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform