fgl_report_commitCurrentSettings

Configures the Genero Report Engine based on the initial report definition and any subsequent function calls.

Syntax

fgl_report_commitCurrentSettings() 
  RETURNING driver om.SaxDocumentHandler
  1. driver - the created XMLhandler.

Usage

This function configures the report engine based on the current settings in the 4rp file that have previously been loaded by a call to fgl_report_loadCurrentSettings(), and have possibly been modified.

It is mandatory to call fgl_report_commitCurrentSettings to set up the report engine, unless there are no changes to the default settings; in that case, fgl_report_loadAndCommit can be substituted for both of the functions.

See Usage.