GRW Reference / Reporting API Functions |
The module librdd (part of the standard reporting library libgre.42x) provides programmatic access to the structures contained in rdd files (files produced by the 4GL compiler from 4GL sources with the option --build-rdd).
Function | Description |
---|---|
rdd_getEveryRowFields ( rddFileName STRING, reportName STRING) |
Function that loads a rdd file and returns the field names of the fields contained in the first PRINT statement from the ON EVERY ROW section of the specified report. |
rdd_loadRddAndGetReportInfos ( rddFileName STRING) |
Function that loads a rdd file and returns a data structure describing the reports contained in this file. |
rdd_debugReportInfos ( reportInfos DYNAMIC ARRAY of rddReportInfo) |
Function that displays the report information contained in a rdd file for debugging purposes. |
The source of the module is located in $GREDIR/src/api/librdd.4gl.