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: 

How to display template data on next page in smartforms?

former_member201541
Participant
0 Kudos

Hello,

We have a requirement where in we have to print the appointment letter. The first page/main window contains the terms and condition which is five pages long. Then we have Annexure A and Annexure B. Now after the initial terms and conditions gets finished we want to print the Annexure A and B on New page but at present it is getting printed immediately after the terms and conditions on the same page.

First Page - Main Window -> In Table we have printed the Terms & Conditions

Second Page - Secondary Window -> In Template we have Annexure A

Third Page - Secondary Window -> In Template we have Annexure B

Can anyone help me to meet this requirement?

Thanks

1 REPLY 1

Private_Member_7726
Active Contributor
0 Kudos

Hi,

The way you have described the page structure, I don't understand how you are getting the output of Annexure A and B at all (since First Page does not contain the secondary windows for them). Anyway, you could try to insert explicit pagebreak node (Command node) to switch to Second Page in the main window, after the table holding terms and conditions.

Or do you mean the backside of duplex page by "getting printed immediately" "on the same page"?

It would be easier, if you could export the form as xml and attach it here.

Cheers

Jānis