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)
 RETURNING reportInfos DYNAMIC ARRAY OF rddReportInfo
  1. rddFileName STRING - Full path to a rdd file.
  2. 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".