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 - Printing secondary window only once

Former Member
0 Kudos

Hi All,

  I have requirement to create a smart form with 3 pages. The first page is the document pack header with details like shipment number and total number of pages. The second page is the commercial invoice and third is the packing list. On the 2nd and 3rd page there are secondary windows which print the details like variour address (ship to, sold to , etc). The main window has table with item details. I have a requirement where this secondary windows (adress) should get printed only the fist time the page is printed and then on the subsequent pages only the table should get printed. Kindly help as none of the conditions in the window only on first page etc are working in this case.

Thanks and Regards

Nimisha Chawak.

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

After PAGE1, you just need to define 2 pages PAGE2 and PAGE3, where PAGE2 contains both the address and the main window, and PAGE3 contains only the main window. The "next page" of PAGE2 must be PAGE3, and the next page of PAGE3 must be PAGE3. After the main window, use a command node to jump to PAGE4.

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

After PAGE1, you just need to define 2 pages PAGE2 and PAGE3, where PAGE2 contains both the address and the main window, and PAGE3 contains only the main window. The "next page" of PAGE2 must be PAGE3, and the next page of PAGE3 must be PAGE3. After the main window, use a command node to jump to PAGE4.

0 Kudos

HI Sandra,

  the address window on Page 2 and Page3 are different. So need to define them on both pages. My problem is if for instance the table on Page 2 overflows, then there are 2 page2 pages. In this case the 2nd Page should have only the table data and not the secondary windows.

Hope I m able to explain my problem.

Thanks and Regards

Nimisha Chawak.

0 Kudos

I think my explanation confused you, because I used PAGE2 and PAGE3 for what you're calling Page 2. So let me reformulate.

After PAGE1, you just need to define 2 pages PAGE2A and PAGE2B for "page 2", where PAGE2A contains both the address and the main window, and PAGE2B contains only the main window. The "next page" of PAGE2A must be PAGE2B, and the next page of PAGE2B must be PAGE2B. After the main window, use a command node to jump to PAGE3