cancel
Showing results for 
Search instead for 
Did you mean: 

Duplex Printing for a particular page.

Former Member
0 Kudos

Hi,

I am developing a smartform where in the last page reverse terms and conditions will come.

1. I have declared a page(with main window) as print mode = ' '.(PAGE1) => Next page = PAGE2.

2. Then created another page copied from 1st and set print mode = ' '. (PAGE2). => Next page = PAGE1.

3. And at the end of main window used a command to call a page (with print mode = ' ') which contains terms and conditions.

But while taking the print out if the first page repeats more than once it gets printed back of 1st page.(i.e. 2nd page gets printed on the reverse of 1st and terms and condition comes alone).

Am I missing some further settings?

Any pointers will be very helpful.

Warm Regards

Debarshi

Accepted Solutions (0)

Answers (2)

Answers (2)

vamshi_mohan
Participant
0 Kudos

Hi,

I think the printer settings are conflicting with Smartform output.

Try the below.

1. Design a new blank page.

2. First Page shall not be duplex. the next page shall be itself.

3. Second page shall not be duplex. the next page shall be itself.

4. Count the number of pages programatically at the end of main window. If the number is an odd number, trigger the blank page, else simply trigger the T&C page.

Let us know your feedback.

Regards,

Vamshi.

Former Member
0 Kudos

Hi,

Try this,

For 1st Page, select the Print Mode as 'D'.

For 2nd Page, select the Print Mode as ' '.

DUPLEX:

The current print mode is set to DUPLEX (double-sided print, long-edge

binding) and a new page is started. A form page defined with DUPLEX is

always printed on the front of the page, never on the back of the page.

If the next form page contains the attribute value DEFAULT, it is output

on the back of the page.

Regards,

Danish.

Former Member
0 Kudos

Hi Danish,

It makes no difference.My printer is set with printing preference Double sided printing(Long edge).So even after making the changes you mentioned still 2nd page comes back side of 1st page. and the last page i.e. terms and condition page comes alone.

Regards

Debarshi