Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditional selecting in the TextBox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00785262
Message ID:
00786174
Views:
19
>Thanks anyway
>
>>I don't know a good way to do what you're trying to do.
>
>Do you know a bad way? :-)

I may have spoken too soon.

This is probably not exactly what you're looking for, but maybe this will give you an idea.

In the gotfocus:
This.Selstart = 0 
This.SelLength=LEN(this.Text)
In the MouseUp Event of the textbox:
LOCAL lnStart

lnStart = This.SelStart
This.SelStart = 0
This.SelLength = lnStart
Previous
Reply
Map
View

Click here to load this message in the networking platform