fgl_report_runReportFromProcessLevelDataFile
Runs a report from a process level file.
Syntax
fgl_report_runReportFromProcessLevelDataFile(
out om.SaxDocumentHandler,
fileName STRING )
RETURNS ok BOOLEAN
- out - A output pipe obtained by a call to
fgl_report_commitCurrentSettings
or a similar function. - fileName - A file name of an XML file previously created by a call to
fgl_report_createProcessLevelDataFile
. - ok - Returns
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).
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.