Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing same label multiple times
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01032332
Message ID:
01032333
Views:
15
This message has been marked as the solution to the initial question of the thread.
>I have an inventory program that prints item ID tags to a small label printer. Many times, I need the same label to print 40 or more copies. I send the label print job in a FOR/NEXT loop, but this is slow as it has to send the command each time. Is there a way to include number of copies in the LABEL command?

Does printer support multiple copies. If it does, make a temp copy of the report, open it as atable ant put 'Copies=nn' into the Picture field of the header record. Close the table and print your report (label).
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform