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: 

print same terms and condition on the back of every page by using smart frm

Former Member
0 Kudos

Hi there,

i'm working on smart forms. i need to print terms and conditions (fixed text) on the back of every page. I know its some thing to do with duplex printing but i have know idea how can i controll it in smart forms and print it on the back of every page. tell me some thing. i really appreciate that.

Cheers,

Asif

8 REPLIES 8

FredericGirod
Active Contributor
0 Kudos

Hi,

it's in the page attribut, in the edition options.

You have to play with the parameter impress. mode.

But, that must be managed by your printer, or that will never work. Like the TRY01 / TRY02 / TRY03 to choose where the printer need to take the paper.

Rgd

Frédéric

Former Member
0 Kudos

Hi Asif,

In the Page format of the smartform.

<b>Page>Output options>Print mode (give it as D)</b>

Other types you can find by F4 help.

Default: No change of print mode

S Begin new page in SIMPLEX mode (single-sided)

D Begin new page in DUPLEX mode (double-sided)

T Begin new page in TUMBLE DUPLEX mode (double-sided)

Former Member
0 Kudos

Hi,

Try this :

SmartformsFormname>select "Page">Output Options>Print mode "D".

Please make sure your <u>printer has capability</u> to print Duplex.

Lanka

Former Member
0 Kudos

You guys dont understant what i'm saying man. Main window could go upto three pages but main window should always print text on front of the page and static text for terms and condition on the back of every page.

0 Kudos

Hi Asif,

Then you have to use START_FORM in your program & give the above details in your page attributes.

0 Kudos

Hi Asif,

Ok.Define a page as "BACK" and add your terms and conditions to it. Please add Next page as "PAGE1(Your First mage)" in page attributes.

Add a Command for page break and add next page as "BACK".

Hope this may work for you.

Lanka

Former Member
0 Kudos

there is no start form in smart forms. There has to be some thing that we can control this situation. i'm sure.

0 Kudos

Hi Asif,

Please check my reply.

Lanka