cancel
Showing results for 
Search instead for 
Did you mean: 

script

Former Member
0 Kudos

hi experts,

i have a requirement that in first page i have 3 windows like logo, address & main window.

in second page i have a single window w1.

now my problem is in first page main window, i dont know how much data it have, so as it is main window, it continues to further pages. but the second page should be displayed after the total completion of first page. how to call the second page here?

some one please help me.

thanks in advance for ur reply.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Here you need have two pages. First one will have next page i.e, 2nd page where as 2nd page would have next page and it would be 2nd page only. You have to have main window in both pages, so by default data would flow to 2nd page once it completes 1st page.

Hope it helps you.

Regards,

CS.

Answers (3)

Answers (3)

Former Member
0 Kudos

hi all,

thank u for ur answres.

Former Member
0 Kudos

Hi MytriI

Create two Pages (PAGE1 and PAGE2). In page1 create all the 3 windows and in page 2 just create a single main window. In the page attributes set page2 as the next page for page1. For page2 give the next page as page2 itself. This way only the data in main window will be continued to page2 once page1 is filled up.

Former Member
0 Kudos

Hi,

You have to set a condition for the windows in the second page as 'Display at the end of main window'. Then they will be displayed only after the main window ends.

This options are available in smartform. Check the relevant option in script.

Regards.