Copies of labels
Hi,
Is it possible to make # of copies of each label to be printed, What I am
sayings is that, Suppose I have 3 labels need to be printed on the Avery
5160/8160 label sheet: Label1, Label2 and Label3. if say, I want to 2 copies
for each label, so the result I want is that:
Label1 Label 1 Label2 Label2 Label3 Label3.
and BTW, I have to use RAP to do that.
Thanks
William
Is it possible to make # of copies of each label to be printed, What I am
sayings is that, Suppose I have 3 labels need to be printed on the Avery
5160/8160 label sheet: Label1, Label2 and Label3. if say, I want to 2 copies
for each label, so the result I want is that:
Label1 Label 1 Label2 Label2 Label3 Label3.
and BTW, I have to use RAP to do that.
Thanks
William
This discussion has been closed.
Comments
You should be able to change the DetailBand.BandsPerRecord to control the
number of copies of each label you would like to see. This value can be
changed on the fly in the BeforePrint event if you need a different number
of copies per label.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
William