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

table control-top_line

Former Member
0 Likes
755

hi!

i wrote screen wih table control.

i enter barcodes to the screen and after every barcode, the cursor jumps to the next line.

in the pai at user command ENTER i check if the line is bigger the 19(the number of lines that appear on the screen0 the i <table-control>-top_line = 20 and also

set cursor 'field name' line screen_line.

what happens is that i get new page baut i cant see the cursor. what should i do?

regards

yifat

hi!

i wrote screen wih table control.

i enter barcodes to the screen and after every barcode, the cursor jumps to the next line.

in the pai at user command ENTER i check if the line is bigger the 19(the number of lines that appear on the screen0 the i <table-control>-top_line = 20 and also

set cursor 'field name' line screen_line.

what happens is that i get new page baut i cant see the cursor. what should i do?

regards

yifat

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
601

have you used the statement SET CURSOR FIELD <field name> LINE <line number> in PBO??

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
601

hi!

yes i used it in pbo.

Read only

0 Likes
601

Cursor Position on Table Controls

At PBO you can set the cursor on a specific field of a specific row of a table control.

SET CURSOR FIELD .

if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.

REWARD POINTS BY USING UR LEFT PANEL