B
Barry van Dijk
I'm opening a report using PrintOut to get multple copies.
While this is an invoice, I'd like to print the word 'Copy' on every page
where number of copies > 1.
So I'd created a simple label which visibility I can set to true of false.
But how can I determine which copy I'm at?
I can count pages, how can I count copies.
(And no, I do not want to set a global variable which hold true or false to
print the word copy, because I'm printing to a PDF printer which collect all
copies into 1 pdf)
Thanks in advance...
While this is an invoice, I'd like to print the word 'Copy' on every page
where number of copies > 1.
So I'd created a simple label which visibility I can set to true of false.
But how can I determine which copy I'm at?
I can count pages, how can I count copies.
(And no, I do not want to set a global variable which hold true or false to
print the word copy, because I'm printing to a PDF printer which collect all
copies into 1 pdf)
Thanks in advance...