Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move to a line in the edit box.
Message
From
10/01/2003 09:21:52
 
 
To
10/01/2003 09:09:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00740238
Message ID:
00740244
Views:
9
>I'm making a little sql editor. How can I move to a specific line (even better position in an edit box?)
>
>For example if I have:
>line 14
>position 18
>
>I would like to jump to line 14 then 18 characters over.
>I guess I could use KEYBOARD but is there not a better way using the control
>properties?
>
>BR
>Tim

Use EditBox.SelStart to specify the position of the cursor, providing you have text/spaces in place, you should be alright.

Kev
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform