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

Problem with duplex printing in smartforms

MilindMungaji
Participant
0 Likes
372

I have 2 pages in my smartform. both the page are with print mode 'D'(Duplex).

While printing the first page goes back for duplex printing but the output is printed on next page.

I want the second page to be printed at backside.

I have also tried other combination 1st page = D and 2nd page = ''. Nothing is working.

printer settings are all right also i have a different smartform it is printing in duplex mode and working fine.

what is the issue with this smartform?

Please help me.

1 REPLY 1
Read only

Former Member
0 Likes
321

hi,

in your main window of first page at the end adda an alternative -true or false

in the alternative add a condition saying if it is end of items.(end of items is nothing but a flag).

if this condition satisfies then call page 2 else call page1.

if it stil does not work then reply back then will give you another answer.

but before this is your output going to have multiple pages?