Jump to content

Multiple labels


Fyodor1821

This topic is 6321 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6321 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.