Consultor Eletrônico



Kbase P11573: How set the printer from 4GL using Report Engine
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/03/2003
Status: Unverified

GOAL:

How to choose the printer from 4GL using Report Engine

GOAL:

How set from 4GL using Report Engine to be prompted for which printer has be used at run-time

GOAL:

Using _printrb

FACT(s) (Environment):

Progress 9.x

FACT(s) (Environment):

Progress 8.x

FIX:

To be prompted for which printer to be used, let:

RB-PRINT-DESTINATION = ""
RB-PRINTER-NAME = "?"
RB-PRINTER-PORT = ""

If one printer has to be used:

RB-PRINT-DESTINATION = ""
RB-PRINTER-NAME = "<name of printer>"
RB-PRINTER-PORT = "<printer port>"