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:
The McDBDatabase on which the McDBQuery is executing.
The [integral] completion percentage of the McDBQuery.
Will cancel the McDBQuery if set to True by any client that receives this event.