Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor at the end of the text
Message
 
 
To
09/12/2008 20:10:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01366356
Message ID:
01366371
Views:
11
>I have a text box that I put an automatic value after button click, I do setfocus(). But the cursor is at ther first character, how can I put the cursor at the end of the text?
>
>TIA.

Try something like

this.SelStart = len(this.value)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform