Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: Access 2013, Office 2013
The onError event is called whenever an error occurs during an operation.
Syntax
onErrorSCode, Description, Source, CancelDisplay
Parameters
| Parameter | Description |
|---|---|
| SCode | An integer that indicates the status code of the error. |
| Description | A String that indicates a description of the error. |
| Source | A String that indicates the query or command that caused the error. |
| CancelDisplay | A Boolean value, which if set to True, that prevents the error from being displayed in a dialog box. |