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:53:00
 
 
To
10/01/2003 09:48:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00740238
Message ID:
00740266
Views:
9
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
Next
Reply
Map
View

Click here to load this message in the networking platform