Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to move the cursor dynamically

Former Member
0 Likes
552

Hi friends,

I want to move the cursor in the output list. According to the cursor movment I want the output order.

Normally cursor will move -


when first line completes then only it will go to next line. after that same process but for me I want to move the cursor position from 40 th line to 2nd line or anywhere. Please explain me.

Regards,

Surya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

Hi,

You can use SET cursor for positioning the cursor dynamically.

Reward if helpful.

3 REPLIES 3
Read only

Former Member
0 Likes
523

Hi,

You can use SET cursor for positioning the cursor dynamically.

Reward if helpful.

Read only

0 Likes
522

Hi,

Thank u,

SET cursor is used to put the cursor on the selection screen. but what my requirement is I want to display the all contents of internal table into he colum wise.

normally we will print like this f1 f2 f3 ....one row shows one record.

but for me output is.

f1

f2

f3

.

. one colum will show one record.

Regards,

Surya

Read only

Former Member
0 Likes
522

Hi Surya

SET CURSOR LINE line ( give line number here ) OFFSET offset ( give the position here

please reward points for helpful ans's

kiran.M