cancel
Showing results for 
Search instead for 
Did you mean: 

Next page not printing in smartform

0 Kudos

Hi All,

I have a requirement in which i have 2 pages in a smartform and both contain data which is static (i.e. no table so no overflow of data).

I am being able to display the 1st page but the second page is not displayed.

I Have already tried the following :

1. Added the 1st page's next as page2.

2. 2nd page's next as blank since i do not have a main window in the second page.

Helpful posts would be rewarded.

Thanks,

Priyanka.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Priyanka,

If the page is not having the main window that time you use next page page as blank .

That page u have to trigger from first page by using the command node at the end of main window in the first page .

As per your post u dont have any table data in the main window than u create command node and give the next page as PAGE2 .

Hope u resolve your issue ...

Let me know If you have any issue.

Regards,

Loeksh.

prakashjasti
Contributor
0 Kudos

Hi Priyanka As you have static Requirement.

Make the Main window as a secondary window.

Your Problem will be solved.

Put a condition to that window as only on page 1 .

If not required on Second Page.

Regards,

Prakash.

Former Member
0 Kudos

Hi..

Since there is no table whose data can extend to another page, so next page will never be triggered unless you explicitly specify a new-page command with your second page as the next page.

So please create a command line with new page command.

Regards,

Karthik

kerem_kayacan
Active Participant
0 Kudos

I think you should have a main window in 2nd page. Main window in 1st page will be continued in 2nd page.

Former Member
0 Kudos

hi,

you can put a command node in the main window of the first page and explictely call the next page.

In the command node in the go to next page write the second page name.

Because according to your way it will get called only if there is data which exceeds the space given on the first page in the main window.

romanweise
Active Contributor
0 Kudos

Hi,

have you tried to add a change page command?

Kind Regards

Roman