Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the current status of the execution of an event.
| Constant | Value | Description |
|---|---|---|
| adStatusCancel | 4 | Requests cancellation of the operation that caused the event to occur. |
| adStatusCantDeny | 3 | Indicates that the operation cannot request cancellation of the pending operation. |
| adStatusErrorsOccurred | 2 | Indicates that the operation that caused the event failed due to an error or errors. |
| adStatusOK | 1 | Indicates that the operation that caused the event was successful. |
| adStatusUnwantedEvent | 5 | Prevents subsequent notifications before the event method has finished executing. |
ADO/WFC Equivalent
Package: com.ms.wfc.data
| Constant |
|---|
| AdoEnums.EventStatus.CANCEL |
| AdoEnums.EventStatus.CANTDENY |
| AdoEnums.EventStatus.ERRORSOCCURRED |
| AdoEnums.EventStatus.OK |
| AdoEnums.EventStatus.UNWANTEDEVENT |
See Also
Applies To: BeginTransComplete, CommitTransComplete, and RollbackTransComplete Events | ConnectComplete and Disconnect Events | EndOfRecordset Event | ExecuteComplete Event | FetchComplete Event | InfoMessage Event | WillChangeField and FieldChangeComplete Events | WillChangeRecord and RecordChangeComplete Events | WillChangeRecordset and RecordsetChangeComplete Events | WillConnect Event | WillExecute Event | WillMove and MoveComplete Events