dvalley Posted February 28, 2005 Posted February 28, 2005 We have automated our Label and Certificate printing which will take items from an invoice and print out the appropriate items. What we cannot do is come up with a way to take the quantity shipped and print that number of labels/ certs. Is there a way to take the number in a field and transfer it to a print dialog box? A plug-in perhaps?
-Queue- Posted February 28, 2005 Posted February 28, 2005 Possibly, but you could just as easily use a global and increment it after each print. Set Field [globalnum; 1] Loop Print Exit Loop If [globalnum = quantityShipped] Set Field [globalnum; globalnum + 1] End Loop
Recommended Posts
This topic is 7199 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 accountSign in
Already have an account? Sign in here.
Sign In Now