Printing - Zebra Label Printer Issues
Posted: Wed Dec 19, 2012 9:52 am
Hello, everyone...
Here's the problem -- if I execute the script and choose a so-called 'standard' printer, all goes well. However, if I choose the Zebra label printer, it seems that I never close printing -- I can see "spooling" in the Windows printer window, which never goes away. For fun, I dropped a "put "Printing Closed" after the close printing command, and it never executes...
So here's my code - it's just a little test script to figure out a few things:
on mouseUp
-- set the printerName to "ZDesigner LP 2824"
open printing with dialog
-- revPrintField "printerPrep"
revPrintField the name of field "printerPrep"
close printing
end mouseUp
Ideally, I'm hoping to be able to print bar codes and inventory tags from this puppy, but I'm concerned at this point. Any input?
Here's the problem -- if I execute the script and choose a so-called 'standard' printer, all goes well. However, if I choose the Zebra label printer, it seems that I never close printing -- I can see "spooling" in the Windows printer window, which never goes away. For fun, I dropped a "put "Printing Closed" after the close printing command, and it never executes...
So here's my code - it's just a little test script to figure out a few things:
on mouseUp
-- set the printerName to "ZDesigner LP 2824"
open printing with dialog
-- revPrintField "printerPrep"
revPrintField the name of field "printerPrep"
close printing
end mouseUp
Ideally, I'm hoping to be able to print bar codes and inventory tags from this puppy, but I'm concerned at this point. Any input?