fgl_report_setProcessLevelDataFile

Configures the report execution to output an XML datafile in addition to the regular processing.

Syntax

fgl_report_setProcessLevelDataFile(
   dataFileName STRING ) 
  1. dataFileName - Name of the data file to generate.

Usage

Function that configures the report execution to output an XML datafile in addition to the regular processing

Like the function fgl_report_createProcessLevelDataFile, this function causes a data file to be produced that can be used for archiving and/or reformatting, using the function fgl_report_runReportFromProcessLevelDataFile. However, this function causes the file to be created in addition to the regular processing; for example, a PDF file and a data file can be created at the same time. Or, you could create a completely different layout for one of the files by specifying a different 4rp template.

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.