fgl_report_runReportFromProcessLevelDataFile

Runs a report from a process level file.

Syntax

fgl_report_runReportFromProcessLevelDataFile(
   out om.SaxDocumentHandler,
   fileName STRING )
  RETURNING ok INTEGER
  1. out - A output pipe obtained by a call to fgl_report_commitCurrentSettings or a similar function.
  2. fileName - A file name of an XML file previously created by a call to fgl_report_createProcessLevelDataFile.
  3. ok INTEGER - "true" if no error occurred.

Usage

Function that runs a report from a process level file, previously created by a call to fgl_report_createProcessLevelDataFile.

This function will replay the report from the file thereby replacing the running of the report (START REPORT, OUTPUT TO REPORT, FINISH REPORT statements).

See Usage.