‎2007 Aug 15 5:45 AM
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
‎2007 Aug 15 9:02 AM
Hi,
You can use SET cursor for positioning the cursor dynamically.
Reward if helpful.
‎2007 Aug 15 9:02 AM
Hi,
You can use SET cursor for positioning the cursor dynamically.
Reward if helpful.
‎2007 Aug 15 9:10 AM
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
‎2007 Aug 15 9:07 AM
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