unable to print to label printer [message #470410] |
Mon, 09 August 2010 15:44 |
deahayes3
Messages: 203 Registered: May 2006
|
Senior Member |
|
|
Hello all,
I have a report that I call from forms that send the following:
add_parameter(pl_id,'DESFORMAT',TEXT_PARAMETER,'PDF');
add_parameter(pl_id,'DESTYPE',TEXT_PARAMETER,'PRINTER');
add_parameter(pl_id,'DESNAME',TEXT_PARAMETER,'\\xxi007\zebra105');
Run_Product(REPORTS,'G:\Oracle\reprint_labels', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
For some reason when I hit my defined print button the report never shows in the printer queue for this specific label printer. So what I would like to do is generate the report as a .pdf file and have it automatically send to the printer, but Im having difficulty. Please help. The printer is a Zebra 105SL.
|
|
|