Consultor Eletrônico



Kbase 19070: Printing to default printer from Report Engine _printrb
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/08/1999
Printing to default printer from Report Engine _printrb

SUMMARY: This knowledgebase entry describes how to pass
the default printer information to the Report Engine.

Knowledge Base number: 19070

Creation Date: 27-AUG-1999

Modification Date:

This document applies to: Report Engine
Version and Release Number: All

INTRODUCTION: Some customers may not want to be prompted
for the printer information when sending a report to the
printer via the Report Engine, and want to send the report
directly to the default printer.

The following can be done to print directly to the default
printer by over-riding printer information saved in the
report, and without prompting for printer information.

STEP BY STEP DETAILS:

Prior to the call to the _printrb,
1. Define a variable of Character datatype.
2. Make that variable = session:printer-name.

Then pass that variable to the RB-PRINTER-NAME parameter
in your call to the Report Engine.

REFERENCES TO WRITTEN DOCUMENTATION:

--------------------------------------------------------------------