‎2006 Aug 30 4:22 PM
Hi,
i have issue with smart form.
i have three pages p1,p2,p3.
p1 contains line items
p2 contains standard text,
p3 contains some text.
p2 should come at the back of every page.
i,e p1,p3 is duplex of p2 page.
suppose i have 100 items .
i can print only 10 items in p1 then after 10 items i have to get p2(standard text)
after 100 items i have to get p3 page and at the back of p3 again have to get p2 at the back of p3.
how can i handle this.
Regards,
Sunil.K
‎2006 Aug 30 4:29 PM
For page 1, set the print mode in the Output Options tab to Duplex, set the next page to page 2.
For page 2, set the print mode to duplex and set the next page to page 1.
For the last node in your main window use a command node to call page 3. In page 3 set duplex mode and set the next page to page 2.
‎2006 Aug 30 4:29 PM
For page 1, set the print mode in the Output Options tab to Duplex, set the next page to page 2.
For page 2, set the print mode to duplex and set the next page to page 1.
For the last node in your main window use a command node to call page 3. In page 3 set duplex mode and set the next page to page 2.
‎2006 Aug 30 4:32 PM
but when i set page 1 as next page to page 2 i am getting the last page as page1 without data.
‎2006 Aug 30 4:50 PM
hmmm, that is tricky.
Can you do this?
On page two instead of setting the next page to page 1, use a program lines node and read your internal table to see if there are more item lines to be printed. If there are more item lines, use a command node to call page 1, if there are not more item lines call page 3.
I'm not sure if this will mess up your processing in the main window, though......just a thought.