Reporting API Functions / Functions to change reporting options |
Runs a report from a process level file.
fgl_report_runReportFromProcessLevelDataFile( out om.SaxDocumentHandler, fileName STRING ) RETURNING ok INTEGER
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 a generic 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.