Application Development and Automation 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: 
Read only

samrt form

Former Member
0 Likes
521

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

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.

3 REPLIES 3
Read only

Former Member
0 Likes
491

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.

Read only

0 Likes
490

but when i set page 1 as next page to page 2 i am getting the last page as page1 without data.

Read only

0 Likes
490

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.