cancel
Showing results for 
Search instead for 
Did you mean: 

data in multiple pages in smartforms

former_member198900
Participant
0 Kudos

i have a normal window which has lots of data, problem is it shows only first page. how can i show all those data in multiple pages?

there is also a main window. this normal window will show up only after that main window.

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member198900
Participant
0 Kudos

Main window can only do the page break

Former Member
0 Kudos

use main window to do that

OR

in the initialization put al your outputdata in an internal table and program this so that the table has 2 fields,

field_1 has pagenumber

field_2 has display information.

define your window as late.

according to pagenumber display relevant info in that page with a loop.

Regards,

Guido

Former Member
0 Kudos

Hi,

You should use MAIN WINDOW only, for this Purpose.......it automatically takes care of printing the complete data across multiple pages

Former Member
0 Kudos

Hi Eshan,

Create the secondary window and create the text node and display.The data is getting printed in all the pages i have tried with you scenario.

Check the window settings.

Regards,

sravanthi

Former Member
0 Kudos

Hi

secondary window can't trigger page break.Only main window trigers page break.

so i think unless you print data in main window we can't print data in next page.

regards

milusai
Participant
0 Kudos

Right click on Main window, create->flow logic->command

In command check Go to New page and in the drop down select page1

your pbm will be solved.

former_member198900
Participant
0 Kudos

thanks for the quick answer.

but i already told that my window is secondary window not main window. and it will show up only after end of main window

Former Member
0 Kudos

Hi,

Please remove condition if window have comditions.

Regards

jana