cancel
Showing results for 
Search instead for 
Did you mean: 

3 copy display in single click

Former Member
0 Kudos

Hi Experts,

Can any one tell me how to get 3 copy (PLD) of invoice with single click preview with different Title Name such as : Customer copy, Your ref number, Road copy.

By

Kart

Edited by: Karthi keyan on Sep 10, 2008 12:56 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthi,

Assuming that you want to display the copy name in the Start of Report (SoR)

1) in the Display Document Properties>Paper Format>Number of Copies = 3, this defines how many copies will be printed

2) Place a formula field in the SoR fldCopyName, set its formula as CopyNumber()

3) Place a formula field in the SoR fldCopy1, set its formula as fldCopyName == 1

4) Place a formula field in the SoR fldCopy2, set its formula as fldCopyName == 2

5) Place a formula field in the SoR fldCopy3, set its formula as fldCopyName == 3

6) Place a Text field in SoR and type in your Copy Name in the Content Tab and set the Link to fldCopy1

7) Place a Text field in SoR and type in your Copy Name in the Content Tab and set the Link to fldCopy2

😎 Place a Text field in SoR and type in your Copy Name in the Content Tab and set the Link to fldCopy3

this should take care of your requirments

Answers (2)

Answers (2)

msundararaja_perumal
Active Contributor
0 Kudos

Hi,

Use PLD->Document properties

here you can specify the no. of copies to be printed,by which you can get 3 copies in the print preview

Rgds,

$undar

Former Member
0 Kudos

Hi Karthi,

we can use the formula filled called CopyNumber() and where you can write different headings.

if you see preview then different title won't come, you just give the document for print directly then you can get Invoices with different heading.

regards,

Shreyas

Former Member
0 Kudos

Hi K. S. Shreyas

Its executing only number ..how cna i use heading pls explain in detail..

kart