Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I set tue cursor in a edit box...
Message
From
23/11/2001 02:30:03
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00585057
Message ID:
00585059
Views:
30
This message has been marked as the solution to the initial question of the thread.
>I need to place the cursor at the end of a edit box.
>
THISFORM.LockScreen = .T.   && avoid flickering
WITH THISFORM.Edit1
  .SelStart = LEN(.Value)
  .SetFocus()
ENDWITH
THISFORM.LockScreen = .F.
bye
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform