Reporting API Functions / Functions to introspect reports at runtime (librdd) |
Function that loads an 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_getEveryRowFields ( rddFileName STRING, reportName STRING) RETURNING fieldNames DYNAMIC ARRAY OF STRING
Function that loads an 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.
Files of type rdd files are produced from 4gl source files by the 4GL compiler using the option "--build-rdd".