CancelDialog
Applies to
VAccess
Description
If the AutoMode property is set to True, setting the CancelDialog property to True will display a dialog box during multiple extended fetch operations, allowing the user to cancel the fetch request between operations. When AutoMode is True, extended fetch operations are performed as a result of changes to the Row property.
Remarks
The Cancel dialog box shows the current number of records retrieved. This number is updated every time a new block of records is returned by an extended fetch event. Canceling an AutoMode extended fetch event will retain the rows retrieved prior to the cancel in memory. This property has no effect if the AutoMode property is False.
The ExtendedOps property must be set to True to enable the extended operations capabilities of the VAccess control.
See Also
Affected by: ExtendedOps, Row, AutoMode