Kbase P18083: Progress doesn't use the correct printer when NO-CONVERT option is used.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/11/2010 |
|
Status: Unverified
SYMPTOM(s):
Progress doesn't use the correct printer when NO-CONVERT option is used.
SYSTEM-DIALOG PRINTER-SETUP setting is ignored.
SESSION:PRINTER-NAME attribute is ignored.
CAUSE:
Bug# OE00062708
FIX:
Catch the printer from the session attributes and send it to the OUTPUT TO PRINTER statement.
Sample:
SYSTEM-DIALOG PRINTER-SETUP.
OUTPUT TO PRINTER VALUE (STRING (CAPS (SESSION:PRINTER-NAME))) NO-CONVERT .
PUT UNFORMATTED "THIS-LINE" SKIP.
OUTPUT CLOSE.