RDC |
.NET |
X |
X |
This function is used to enable/disable 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).
Parameters
BOOL |
Value (I) |
*TRUE: Dynamic management enabled. *FALSE: Dynamic management disabled (default value). |
Note: Once this function has been called, the value of the CRDynRecord key in the wicfgvcr.ini file's General topic is no longer valid for the entire duration of the corresponding Adelia session.
Example
CALL_DLL 'VaCrysRt' 'VaSetDynamicRecord' *TRUE