⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errors.h

📁 MSComm控件资料,Visual Basic 6.0(以下简称VB) 是一种功能强大、简单易学的程序设计语言。它不但保留了原先Basic语言的全部功能
💻 H
字号:
*-- Assorted error number constants

*-- 1000
#DEFINE ERROR_USER_DEFINED          1098

*-- 1500
#DEFINE ERROR_RECORD_IN_USE         1502
#DEFINE ERROR_CANT_LOCK_FILE        1503
#DEFINE ERROR_CONNECTIVITY_ERROR    1526
#DEFINE ERROR_TRIGGER_FAILED        1539
#DEFINE ERROR_CONNECTION_BUSY       1541
#DEFINE ERROR_FIELD_CANT_BE_NULL    1581
#DEFINE ERROR_FIELD_RULE_VIOLATED   1582
#DEFINE ERROR_RECORD_RULE_VIOLATED  1583
#DEFINE ERROR_UPDATE_CONFLICT       1585
#DEFINE ERROR_MULTI_UPDATE_CONFLICT 1595

*-- 1800
#DEFINE ERROR_UNIQUE_INDEX_VIOLATED 1884    && Good for primary and candidate key violations

*-- 1900
#DEFINE ERROR_DE_ALREADY_UNLOADED   1967

*-- Error handling code errors
#define ERROR_FILE_NOT_FOUND		   1	&& File does not exist
#define ERROR_ALIAS_NOTFOUND		  13	&& Alias is not found
#define ERROR_INVALID_SUBSCRIPT		  31	&& Invalid subscrip reference
#define ERROR_FILEINUSE			 108	&& File in use by another user
#define ERROR_RECINUSE			 109	&& Record in use by another user
#define ERROR_ARRAYDIM			 230   	&& Array dimensions are invalid
#define ERROR_TOO_FEW_ARGS		1229	&& Too few arguments
#define ERROR_PRIM_KEY_INVALID		1567	&& Primary key property invalid
#define ERROR_ACCESS_DENIED		1705	&& File access is denied
#define ERROR_PROPERTY_READ_ONLY	1743	&& Property is read-only
#define ERROR_TABLE_IN_USE		1995	&& Error loading the data environment: table is in use
#define ERROR_TABLE_MOVED		2004	&& The table has moved
#define ERROR_CANT_SET_FOCUS		2012	&& Cannot call SetFocus from within a When, Valid ...

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -