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:
00532727
Views:
12
>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
>
>
>Marcia

Instead of nodefault it should be dodefault(). In this case it works.
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