Page 1 of 1

Label printing

PostPosted: Tue May 03, 2016 6:41 pm
by Atronics
I have a sp that provides the data for a crystal report to print inventory labels. This works fine for serialized items. What I need is for crystal to read the quantity for each non-serialized line item shipped and print that number of labels before going to the next line. How do I get the details section to cycle through and repeat?

Re: Label printing  Topic is solved

PostPosted: Wed May 04, 2016 10:08 am
by Mike.Sheen
Atronics wrote:What I need is for crystal to read the quantity for each non-serialized line item shipped and print that number of labels before going to the next line. How do I get the details section to cycle through and repeat?


I wouldn't do that. I'd modify the stored procedure to produce a row in the dataset for each label you want to print. So if an item has a quantity of 10, have the stored procedure return 10 rows.