fgl_report_commitCurrentSettings

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

Syntax

fgl_report_commitCurrentSettings() 
  RETURNS driver om.SaxDocumentHandler
  1. driver - the created XMLhandler. If there is an error, this value is NULL.

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: load and commit.