rdd_loadRddAndGetReportInfos
Function that loads a rdd file and returns a data structure describing the reports contained in this file.
Syntax
rdd_loadRddAndGetReportInfos (
rddFileName STRING)
RETURNS reportInfos DYNAMIC ARRAY OF rddReportInfo
rddFileName STRING
- Full path to a rdd file.- Returns
reportInfos DYNAMIC ARRAY OF rddReportInfo
- Null if error occurred.
Usage
Function that loads a rdd file and returns a data structure describing the reports contained in this file.
Files of type rdd files are produced from 4gl source files by the compiler using the option "--build-rdd".