RDC |
.NET |
X |
X |
This function is used to retrieve the status of the dynamic management of the database structure used to load a Crystal Reports report.
When dynamic management is disabled, the database is created from the fields defined in the _data.ttx table.
When dynamic management is enabled (and therefore optimized), the database is created from the fields actually used (subset of fields in the _data.ttx table). Thus, there is a smaller quantity of data stored in the memory than in previous case.
Parameters
BOOL |
Value (O) |
*TRUE: Dynamic management enabled. *FALSE: Dynamic management disabled (default value). |
Example
BOOL resEnab
CALL_DLL 'VaCrysRt' 'VaIsDynamicRecordSet' resEnab