DBPRINT

Defines the print device to be used by reports.

Usage

The DBPRINT environment variable specifies the print device to be used by reports defined TO PRINTER.

On UNIX™ systems, the DBPRINT environment variable typically contains the printer queue command (such as lp).

To have the runtime system print to the printer on the client running the Genero Desktop Client (GDC), set DBPRINT=FGLSERVER.

UNIX printer example:
DBPRINT="lpr"
export DBPRINT
Displaying reports on front-end:
DBPRINT=FGLSERVER
export DBPRINT