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 10:59:10
 
 
To
10/01/2003 09:53:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00740238
Message ID:
00740313
Views:
14
I've just noticed Erick's suggestion, that may be all you could do.

Kev

>In the edit box I have a procedure maybe:
>
>CREATE OR REPLACE PROCEDURE TEST AS
>BEGIN
> NULL;
> INTENTIONAL ERROR;
>END;
>
>When I run the query I get an error code containing line 4 position 5.
>I want to jump to that line (if possible select it).
>
>Perhaps that makes more sense
>
>
>
>
>>Hmmm, what is it you are trying to achieve?
>>
>>Kev
>>
>>>Looked at that but I'm not sure how give the line number and position
>>>to get the selstart number. (the control could be resized) the problem especially is translating the line number.
>>>
>>>>Use EditBox.SelStart to specify the position of the cursor, providing you have text/spaces in place, you should be alright.
>>>>
>>>>Kev
Previous
Reply
Map
View

Click here to load this message in the networking platform