cancel
Showing results for 
Search instead for 
Did you mean: 

Printing 8 numbers in main window

veeranjaneyulub
Explorer
0 Kudos

Hi All,

i have an internal table of having 100 records. i want to print 8 records per page.

and the rest of the windows remains same. how can i solve this.

please give me solution.

Regards,

Veera.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Resize will works in your case,

if you want it programetically, then take a Integer type field and in the loop of the mainwindow increase 1 every time, if it come to 8 then initialize the field and call NEW-PAGE

Regards

Sudheer

Answers (1)

Answers (1)

Former Member
0 Kudos

resize your main window such that it will contain only 8 records per page...

even resizing the table display will serve the purpose...