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

Script error

Former Member
0 Likes
403

In my script in window i need that only 15 line items should print.

If line items are greater than 15 they should move to nxt page.

How to do so. plz guide

i hav done this

form blank_lines.

vb1 = 15 - vb .

do vb1 times.

call function 'WRITE_FORM'

exporting

element = 'BLANK_LINE'

  • WINDOW = 'MAIN'

exceptions others = 1.

enddo.

vb = 0.

vb1 = 0.

endform. " BLANK_LINES

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
386

Hi Abhut,

Adjust your window size to accommodate 15 lines only, so the remaining lines( from the 16th line) will carried out to the next page automatically.

Regards,

Sunil.

2 REPLIES 2
Read only

Former Member
0 Likes
387

Hi Abhut,

Adjust your window size to accommodate 15 lines only, so the remaining lines( from the 16th line) will carried out to the next page automatically.

Regards,

Sunil.

Read only

Former Member
0 Likes
386

problem resolved