📄 absconst.hpp
字号:
"ne %d, column %d"
#define ErrorAInvalidRecordPageIndexOrMostUpdated "Invalid table RecordPageIndex or MostUpdated. RecordPageIn"\
"dex.RecordCount=%d, MostUpdated.RecordCount=%d"
#define ErrorAInvalidEscapeCharacter "Invalid escape character length (should be a single charac"\
"ter) at line %d, column %d"
#define ErrorACannotCopyTableNoFieldObject "Cannot copy table \"%s\". Field object for field \"%s\" "\
"is not created."
#define ErrorAInvalidDBPassword "Database password is invalid."
static const Word LastErrorGCode = 0x772c;
#define ErrorGNotImplementedYet "Not implemented yet"
#define ErrorGInvalidPointer "Invalid pointer"
#define ErrorGMemoryOverrunDetected "Memory overrun detected"
#define ErrorGMemoryLeakFound "Memory Leak Found. Lost %d byte(s)"
#define ErrorGMemoryLimitExceeded "Memory limit exceeded (Limit = %d bytes)"
#define ErrorGGetMemError "GetMem error: %s"
#define ErrorGReallocMemError "ReallocMem error: %s"
#define ErrorGFreeMemError "FreeAndNillMem error: %s"
#define ErrorGCannotAllocateZeroBytes "Cannot allocate 0 bytes"
#define ErrorGUnknownGetMemType "Unknown GetMem method type: %d"
#define ErrorGUnsupportedDataType "Unsupported data type '%s'"
#define ErrorGSequenceOverflow "Sequence '%s' overflow"
#define ErrorGSequenceIdNotFound "Sequence #%d not found"
#define ErrorGSequenceLastValueFailed "No SequenceLastValue in session for sequence '%s'. Call G"\
"etNextVal first"
#define ErrorGWrongDataType "Wrong DataType. Wanted type is '%s' but real type is '%s"\
"'"
#define ErrorGValueIsNull "Value is Null"
#define ErrorGConstraintViolated "Constraint Error: %s"
#define ErrorGFieldWithObjectIdNotFound "Field #%d not found"
#define ErrorGFieldWithNameNotFound "Field '%s' not found"
#define ErrorGConstraintNotNull "Constraint '%s' violated. Value in field '%s' cannot be "\
"null"
#define ErrorGConstraintCheckMinViolated "Constraint '%s' violated. Value in field '%s' cannot be "\
"lower than '%s'"
#define ErrorGConstraintCheckMaxViolated "Constraint '%s' violated. Value in field '%s' cannot be "\
"greater than '%s'"
#define ErrorGConstraintPrimaryKeyViolated "Primary Key constraint '%s' violated. Duplicate found."
#define ErrorGConstraintUniqueViolated "Constraint unique '%s' violated. Duplicate found."
#define ErrorGCatnnotCompareIncompatibleDataTypes "Cannot compare Incompatible DataTypes: '%s' and '%s'"
#define ErrorGUnknownReturnCode "Unknown return code: %d"
#define ErrorGUnknownDataType "Unknown DataType: '%s'"
#define ErrorGCastError "Cannot cast from '%s' to '%s'"
#define ErrorGCannotCopyDataIntoNewMemory "Cannot copy data into new memory"
#define ErrorGMissingRightParenthesis "Missing symbol ')' at line %d, column %d"
#define ErrorGUnexpectedRightParenthesis "Unexpected symbol ')' found at line %d, column %d"
#define ErrorGUnterminatedString "Unterminated string at line %d, column %d"
#define ErrorGInvalidNumericSymbol "Invalid numeric symbol '%s' at line %d, column %d"
#define ErrorGUnexpectedToken "Unexpected token '%s' found at line %d, column %d"
#define ErrorGUnexpectedEndOfCommand "Unexpected end of SQL command found at line %d, column %"\
"d"
#define ErrorGBooleanExpressionExpected "Boolean expression expected, but '%s' found at line %d, "\
"column %d"
#define ErrorGOtherTokenExpected "Token '%s' expected, but '%s' found at line %d, column "\
"%d"
#define ErrorGArgumentExpected "Argument expected for function '%s' at line %d, column %"\
"d"
#define ErrorGNotApplicableCastType "Cannot convert an expression to specified type: '%s'"
#define ErrorGTableNameExpected "Table name expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGQuotedPasswordDataExpected "Quoted password expected (for PASSWORD \"passwordData\"), "\
"but '%s' found at line %d, column %d"
#define ErrorGStringArgumentExpected "String argument expected for function '%s', but '%s' fou"\
"nd at line %d, column %d"
#define ErrorGConstDateFormatExpected "Const DateFormat string expected, but '%s' found at line "\
"%d, column %d"
#define ErrorGNotEqualCountsOfFieldNamesAndKeyValues "Count of FieldNames (%d) not equal counts of KeyValues (%"\
"d)"
#define ErrorGUnsupportedVariantType "Unsupported Variant Type %s"
#define ErrorGUnknownOperator "Unknown operator: '%s'"
#define ErrorGBlankSqlCommand "Blank SQL command"
#define ErrorGNotStringArgument "Not string argument in function '%s'"
#define ErrorGNotNumericDataType "Not numeric argument in numeric operator '%s'"
#define ErrorGCannotInvertValue "Cannot invert value with not numeric type '%s'"
#define ErrorGDivisionError "Division error: %s"
#define ErrorGAmPmExpected "AM/PM word expected, but '%s' found"
#define ErorrGDataSetOpen "Cannot perform this operation on an open dataset"
#define ErorrGEmptySQLStatement "No SQL statement available"
#define ErorrGNotApplicableCondition "Search condition is not applicable"
#define ErorrGObjectTypeKeywordExpected "Object type keyword expected, but '%s' found at line %d,"\
" column %d"
#define ErrorGSQLCommandExpected "SQL token expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGIntegerExpected "Integer expected, but '%s' found at line %d, column %d"
#define ErrorGExpressionExpected "Expression expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGFieldPseudonymExpected "Field pseudonym expected, but '%s' found at line %d, col"\
"umn %d"
#define ErrorGFieldNameExpected "Field name expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGFieldListExpected "Field list expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGSortSpecificationExpected "Sort specification expected, but '%s' found at line %d, "\
"column %d"
#define ErrorGColumnFromOrderByNotFound "Column '%s' from ORDER BY clause not found"
#define ErrorGDatasetAndAONotAssigned "Dataset and AO not assigned"
#define ErrorGCannotFindField "Field '%s' not found"
#define ErrorGFieldAlreadyExists "Field by name '%s' already exists"
#define ErrorGNodeIsNotField "Node is not field"
#define ErrorGRightParenthesisOrCommaExpected "')' or ',' symbol expected, but '%s' found at line %d, c"\
"olumn %d"
#define ErrorGLeftParenthesisExpected "'(' symbol expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGFieldTypeExpected "Field type expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGUnknownFieldType "Unknown field type '%s' at line %d, column %d"
#define ErrorGDecimalConstantExpected "Decimal constant expected, but '%s' found at line %d, co"\
"lumn %d"
#define ErrorGNullKeywordExpected "'NULL' expected (for NOT NULL), but '%s' found at line %"\
"d, column %d"
#define ErrorGBlobCompressionLevelValueExpected "Blob Compression Level value expected, but '%s' found at "\
"line %d, column %d"
#define ErrorGTableAlreadyExists "Cannot create table. Table '%s' already exists"
#define ErrorGErrorCreatingTable "Error creating table: '%s'"
#define ErrorGDroppingTable "Error dropping table: '%s'"
#define ErrorGErrorAlteringTable "Error altering table: '%s'"
#define ErrorGTruncatingTable "Error truncating table: '%s'"
#define ErrorGAddOrDropOrModifyKeywordExpected "ADD, DROP or MODIFY keyword expected, but '%s' found at l"\
"ine %d, column %d"
#define ErrorGIndexKeywordExpected "'INDEX' keyword expected, but '%s' found at line %d, col"\
"umn %d"
#define ErrorGIndexNameExpected "index name expected, but '%s' found at line %d, column %"\
"d"
#define ErrorGOnKeywordExpected "'ON' keyword expected, but '%s' found at line %d, column"\
" %d"
#define ErrorGCannotDetermineExpressionType "Cannot determine expression type"
#define ErrorGUnsupportedAutoincDataType "Unsupported Autoinc DataType (%s) found at line %d, colu"\
"mn %d"
#define ErrorGDefaultValueReDeclared "default value for column '%s' declared twice"
#define ErrorGUnknownConstrainType "Unknown Constraint Type: '%d'"
#define ErrorGIndexNameNotFound "Index '%s' not found"
#define ErrorGMethodNotOverrided "The method '%s' not overrided in class '%s'"
#define ErrorGCannotRenameField "Cannot rename field '%s'. Field '%s' already exists"
#define ErrorGrestructureTableError "Restructure table error: '%s'"
#define ErrorGParameterValueUndefined "Parameter Value undefined (FieldName='%s', Type='%s')"
#define ErrorGParseParameterError "Error parsing parameter '%s' at line %d, column %d"
#define ErrorGParameterValueNotFound "Value for parameter '%s' not found"
#define ErrorGFileIsClosed "Cannot perform this operation (%s) on a closed file"
#define ErrorGFileIsOpened "Cannot perform this operation (%s) on a opened file"
#define ErrorGCreateOpenedFile "Cannot create file because file already opened"
#define ErrorGCreateFileError "Cannot create file: '%s' Error code: %d. ErrorMessage: %"\
"s"
#define ErrorGDeleteFileError "Cannot delete file: '%s' Error code: %d. ErrorMessage: %"\
"s"
#define ErrorGRenameFileError "Cannot rename file '%s' to '%s' ErrorCode:%d. ErrorMess"\
"age: %s"
#define ErrorGOpenFileError "Cannot open file:'%s' Error code: %d. ErrorMessage: %s"
#define ErrorGCloseFileError "Cannot close file:'%s' Error code: %d. ErrorMessage: %s"\
""
#define ErrorGFileAlreadyOpened "File '%s' already opened"
#define ErrorGFileAlreadyClosed "File '%s' already closed"
#define ErrorGUnknownAccessMode "Unknown Access mode: '%d'"
#define ErrorGUnknownShareMode "Unknown Share mode: '%d'"
#define ErrorGCannotSetFilePosition "Cannot Set File Position to %d. FileName='%s'. FilePosit"\
"ion = %d, FileSize = %d"
#define ErrorGCannotGetFilePosition "Cannot Get File Position. FileName='%s' ErrorCode:%d. Er"\
"rorMessage: %s"
#define ErrorGReadFileError "Cannot Read from file: '%s' Position = %d, Count = %d, "\
"FilePosition = %d, FileSize = %d, ErrorCode:%d. ErrorMe"\
"ssage: %s"
#define ErrorGWriteFileError "Cannot Write to file: '%s' Position = %d, Count = %d, F"\
"ilePosition = %d, FileSize = %d, ErrorCode:%d. ErrorMes"\
"sage: %s"
#define ErrorGCannotTruncateFile "Cannot Truncate File '%s' to %d bytes. ErrorCode:%d. Er"\
"rorMessage: %s"
#define ErrorGCannotGetFileSize "Cannot Get File Size for file: '%s'. ErrorCode:%d. Error"\
"Message: %s"
#define ErrorGBlankFileName "Cannot create file with blank FileName"
#define ErrorGFlushFileBufferError "Cannot flush file buffers for file: '%s'. ErrorCode:%d. "\
"ErrorMessage: %s"
#define ErrorGCannotGetNextObjectID "Cannot get NextObjectID. File area is Locked."
#define ErrorGIncorrectSystemDirectoryPageNo "Incorrect SystemDirectoryPageNo (DirPageNo=%d, DirPage.Pa"\
"geNo=%d)"
#define ErrorGUnknownPageType "Unknown Page Type: (%d)"
#define ErrorGWrongPageType "Wrong page type. Found '%s', but wanted: '%s'"
#define ErrorGInvalidPageType "Invalid PageType found: %d but wanted: %d"
#define ErrorGPageAlreadyUsed "Page: %d already used"
#define ErrorGPageAlreadyFree "Page: %d already free"
#define ErrorGPageCannotBeAddressed "Page: %d cannot be addressed. TotalPageCount=%d"
#define ErrorGCannotDeletePFSOrEAMPage "Cannot delete PFS or EAM page. PageNo=%d"
#define ErrorGIFCannotRecreateFile "Cannot create Internal file. File already exists. StartPag"\
"eNo=%d"
#define ErrorGIFCannotOpenFile "Cannot open file. StartPageNo is not set"
#define ErrorGIFCannotRead "Cannot Read internal file. FileSize=%d. ReadSize=%d"
#define ErrorGIFCannotReadNBytes "Cannot Read % bytes from internal file. FileSize=%d. Rea"\
"dSize=%d, Count=%d"
#define ErrorGIFClosed "Cannot perform this operation (%s) on closed internal fil"\
"e"
#define ErrorGIFCannotWriteAfterEOF "Cannot write after end of file. FileSize=%d. Position=%d"\
", Count=%d"
#define ErrorGIFCannotSeekAfterEOF "Seek position bigger then file size. FileSize=%d. Positio"\
"n=%d"
#define ErrorGSystemDirInvalidFirstPageNo "Error Creating SystemDirectory. SystemDirectoryPageNo=%d."\
" Real PageNo=%d."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -