Settings for REPORT TO PRINTER (in case of DBPRINT=FGLSERVER)

Printer and font settings can be overridden with two new 'standard' frontcalls.

When using DBPRINT=FGLSERVER and REPORT TO PRINTER, text reports are printed via GDC. Printer and fonts can be configured using the Option panel.

GDC 2.30 allows you to override these options for the current application. Two new "standard" frontcalls are available:
CALL ui.interface.frontCall("standard","setreportfont",
 ["Helvetica, Bold, Italic, 13"],[status])
CALL ui.interface.frontCall("standard","setreportprinter",
 ["moliere, Portrait, A4, 96 dpi, 1 copy, Ascendent, Color,
 Auto"],[status])
Note: