fgl_report_setPrinterJobSheets

Control job sheet printing.

Syntax

fgl_report_setPrinterJobSheets(
   jobSheets STRING)
  1. jobSheets - one of: none|standard

Usage

Function to control job sheet printing.

Controls if job start and end sheets are to be printed. Default: none. Setting this option reduces the set of usable printers to those matching it.

Fails if the argument is not one of the specified values.

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.