sneezesnoeze
Programmer
I like to print a crystal reports report X times, X will vary.
Therefore I use the following code
nX is the number of copies.
On the label I would like to print a counter 1 of x, 2 of x, 3 of x etc ..
How can I do this ?
Is is possible to have the counter on the label?
Therefore I use the following code
Code:
Report1.PrintOut(False, nX)
nX is the number of copies.
On the label I would like to print a counter 1 of x, 2 of x, 3 of x etc ..
How can I do this ?
Is is possible to have the counter on the label?