Number of copies
Augusto Silva
Hi,When printing Invoice Documents i want to print a text if its copy number one and other text if its copy number 2 and so on.
Is there any way to do this?
Best Regards,
Augusto Silva
Philipp Knecht
Hi AugustoParameter Copy is your Friend in this case.
hth
Augusto Silva
Hi Philipp,I don“t now how to use copy.
I want to print Invoices Documents and when i define a Layout definition i would like to use "Copies" and "Copies m." to write some things depending on the copie that Coresuite is writing.
Ex. If I put "Copies" = 3 I want to write some text in copy number 1, other things in copy number 2, ....
Does the parameter Copy solve this issue that I have? How to use Copy?
Best Regards,
Augusto
Daniel Ebi
Hello,you can use it like that:
If GetData("LD.Par.Copy") = 1 Then
text.Value = "wonderful text"
End If
0
Please sign in to leave a comment.
Comments
0 comments