Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor at the end of an editbox
Message
From
05/11/1997 11:32:14
 
 
To
05/11/1997 11:23:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00058375
Message ID:
00058381
Views:
31
>>How reaching the end of the editbox in VFO 5.0 in run time?
>>Infact the cursor is at the biginning of the editbox: I must run CTRL+END to go to the end; I tried to put 'keyboard CTRL+END' in the gotfocus event, but nothing happen.
>
>Did you run exactly this command :
>KEYBOARD '{CTRL+END}'

You can use:

this.selstart = len(this.value)

to avoid using the keyboard buffer
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform