I have a single page report working fine, showing a single item and it's details of an order. I want crystal to produce a separate page for each item depending on the quantity required of that item. Each page will be the same except for the serial number, which I wish to be something like:
totext(LineNumber},"000"& totext(PageNumber, "00"
I just need a cunning way of getting to crystal to produce X pages where X=quantity of items.
Is there any way of doing this?
totext(LineNumber},"000"& totext(PageNumber, "00"
I just need a cunning way of getting to crystal to produce X pages where X=quantity of items.
Is there any way of doing this?