AndrewMozley
Programmer
I have a report (a credit note) of which I wish to print multiple copies.
I say REPORT FORM zzzz -COPIES 3 . . .
Each copy is the same except that each will have a caption somewhere which says "Accounts copy" or "Customer copy" or "Something else"
At one time I did not use the -COPIES clause, but invoked the reporter three times, setting a variable "zcopy" = 1,2,3, which I could test with an IIF(zcopy = 1, . .&c) statement.
Can I do the same thing by setting and incrementing a variable during the production of the report, and how do I do that.
Thanks AndrewM.
I say REPORT FORM zzzz -COPIES 3 . . .
Each copy is the same except that each will have a caption somewhere which says "Accounts copy" or "Customer copy" or "Something else"
At one time I did not use the -COPIES clause, but invoked the reporter three times, setting a variable "zcopy" = 1,2,3, which I could test with an IIF(zcopy = 1, . .&c) statement.
Can I do the same thing by setting and incrementing a variable during the production of the report, and how do I do that.
Thanks AndrewM.