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

set cursor with table control

Former Member
0 Likes
609

hi!

i built screen with table control. in the screen i have 19 lines.

i read barcodes into the screen, and after each barcode there is an enter command and the cursor jumps to the next line.

my problem is that when the screen ends after 19 lines

i see in the debugger that the line number is 20 but it doesnt jump to the next page.

what do i have to do?

regards

yifat

4 REPLIES 4
Read only

Former Member
0 Likes
559

Hi

You have to jump to next page by setting TOP_LINE field of table control:

<TABLE CONTROL>-TOP_LINE = 20.

Max

Read only

Former Member
0 Likes
559

hi!

thanks for your answer.

where do i write it in the pai or in the pbo

yifat

Read only

0 Likes
559

if it's possible, I think the best thing to do would be to delete and recreate the table control via the wizard and make sure you ask for scrolling capability when the wizard offers it to you.

Read only

0 Likes
559

Hi

It depends on your screen flow, you have to do that statament before screen'll be displayed again.

But I think in PAI after LOOOP/ENDLOOP is best solution.

Max