December 6, 200619 yr Newbies Hello, I am working on a invoicing solution for the company I work for, and as part of this solution I need to print off a calculated number of labels. (For packaging) I have a count field with the number of products on the invoice. And what I would like to do is to use this value to print off that number of labels. I have looked at the "Label Generator" file but I am having difficulties trying to reverse engineer this to match my own needs. I would be grateful if anyone could give me a few pointers on how to manipulate this to solve the problem listed above. I appreciate any help that might be offered.
December 6, 200619 yr I am not sure of the "Label Generator" file that you speak of, but you can just create a temporary table used for label printing. In other words, you can have a loop script that creates a new record with the label data for the number of labels that you want. Then print all the records with your label layout.
December 6, 200619 yr John is correct. Take a look at the attached file. Go to Quotes layout and look at print script. I'm sure you can go from there. HTH Sales_Rep_1.zip
December 7, 200619 yr Author Newbies Thanks very much for the info. I'll try and use the files provided to help. I'll let you know how I get on. Thanks again.
Create an account or sign in to comment