Description

This event is fired as an McDBQuery progresses. A percentage of completion is also provided by this event.

Syntax

Private Sub object_Action(Database, Percentage, Cancel)

The Action Event syntax has these parts:

PartDescription
objectA McDBDatabase object.
DatabaseA McDBDatabase object.

The McDBDatabase on which the McDBQuery is executing.

PercentageA Long value.

The [integral] completion percentage of the McDBQuery.

CancelA Boolean value.

Will cancel the McDBQuery if set to True by any client that receives this event.