SetDynamicDetailZones
Takes the position of the line items and builds the line coordinates. It sets the details zones from the first line to the end of the CCO.
Syntax
bool SetDynamicDetailZones (StrParam)
Parameters
The parameter is the Zone Bottom field. If more than one field is listed, Zone Bottom must be the first field and other fields are ignored.Returns
False, if no children exist. Otherwise, True.Level
Page level.Details
- Example
LoadCCOFromField() SetDynamicDetailZones("Zone Bottom,Notes") ZoneBOTTOM_ImageBottom() ScanDetails()