fgl_report_setPrinterFidelity

Select printer high fidelity mode.

Syntax

fgl_report_setPrinterFidelity(
   fidelity BOOLEAN )
  1. fidelity - When TRUE, all attributes of the printer have to meet the requested values, otherwise the printout will fail. When set to FALSE, a reasonable attempt to print the document is acceptable. The default value is FALSE.
    Note: To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.

Usage

Function to select printer high fidelity mode. Setting this option reduces the set of usable printers to those matching it.

For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.