Application Development 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: 

Smart Form Page1 and Page2

Former Member
0 Kudos

Hi Fellows,

I have two pages in my form. Page 2 is defined as next page already. On page 1 is my Main window. On page two is only one Secondary window, on which I have a template.

Problem:

I am unable to print the second page. Like I said, page 2 already defined as next page to page 1. How can I resolve this problem ??

Ara.

4 REPLIES 4

Former Member
0 Kudos

Do you have dynamic / static content on Page 2?

If you have dynamic content, probably the data is not getting populated at runtime.

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos

hi,

define page2 itself as next page to page2.

I hope this will solve the problem.

regards,

keerthi.

Former Member
0 Kudos

Thanks Guys,

I Think I have just solved the problem on my own. Well not very sure. I will see what my BOSS will say about the outcome.

Thanks anyway.

Former Member
0 Kudos

I think that the next page of Page 1 should be Page 1. This way when the Main window fills up it will create another page just like Page 1.

Then to call your Page 2 as the last page of the print out, insert a Command Node as the last node in your Main window. In the Command Node call a new page of Page 2.

This way the form will keep printing Page 1 as long as Main is still looping through your data. After the loops and as the last step it will call your Page 2.