Kbase P12001: Printing problems with Lexmark printer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2010 |
|
Status: Verified
SYMPTOM(s):
Printing problems with Lexmark printer
Not being able to print just through Progress
FACT(s) (Environment):
Using wordpad it prints ok
Using Local Printer
Using a parallel port
Using printer spool
Sending Output to a specific printer
Lexmark Z22 Inkjet Printer
Windows
Progress 9.x
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Change the program to print to a file and use OS-COMMAND statement to send the file to the printer.
Code Sample:
output to <filename>.
for each customer:
put name skip.
end.
output close.
os-command silent copy <filename> <printername>.