fgl_report_setPrinterJobName

Specify a name for the job.

Syntax

fgl_report_setPrinterJobName(
   jobName STRING )
  1. jobName - name of the job.

Usage

Function to specify a name for the job.

Name of the print job useful for tracking the job. The value does not have to be unique. Default: "not set" 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.