rdd_getEveryRowFields

FUNCTION rdd_getEveryRowFields (
  rddFileName STRING,
  reportName STRING)
 RETURNING fieldNames DYNAMIC ARRAY OF 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.

Files of type rdd files are produced from 4gl source files by the 4GL compiler using the option "--build-rdd".

Parameters

Returns

  • fieldNames DYNAMIC ARRAY OF STRING - Null if error occurred.