FUNCTION pivot_debugPivotTables(
pivotTables DYNAMIC ARRAY OF pivotPivotTable)
|
Displays the pivot table information contained in a 4rp file for
debugging purposes |
FUNCTION pivot_getLastErrorString()
RETURNING errorMessage STRING
|
Retrieves the error string of the last
function called that failed. |
FUNCTION pivot_load4rpAndGetPivotTables(
fileName String )
RETURNING status BOOLEAN,
pivotTables DYNAMIC ARRAY OF pivotPivotTable
|
This function loads a 4rp file and returns a
data structure describing the pivot tables in this file. |