‎2006 Jun 01 5:32 AM
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
‎2006 Jun 01 5:34 AM
Hi
You have to jump to next page by setting TOP_LINE field of table control:
<TABLE CONTROL>-TOP_LINE = 20.
Max
‎2006 Jun 01 5:45 AM
hi!
thanks for your answer.
where do i write it in the pai or in the pbo
yifat
‎2006 Jun 01 5:49 AM
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.
‎2006 Jun 01 5:52 AM
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