AccesSoft - Articles - Calling the system commands from VB/VBA
Main | Articles | Links | Map

Description of the codes error VB

Deskript
3 Return without GoSub
5 Invalid procedure call
6 Overflow
7 Out of memory
9 Subscript out of range
10 This array is fixed or temporarily locked
11 Division by zero
13 Type mismatch
14 Out of string space
16 Expression too complex
17 Can't perform requested operation
18 User interrupt occurred
20 Resume without error
28 Out of stack space
35 Sub, Function, or Property not defined
47 Too many DLL application clients
48 Error in loading DLL
49 Bad DLL calling convention
51 Internal error
52 Bad file name or number
53 File not found
54 Bad file mode
55 File already open
57 Device I/O error
58 File already exists
59 Bad record length
61 Disk ftill
62 Input past end of file
63 Bad record number
67 Too many files
68 Device unavailable
70 Permission denied
71 Disk not ready
74 Can't rename with different drive
75 Path/File access error
76 Path not found
91 Object variable or With block variable not set
92 For loop not initialized
93 Invalid pattern string
94 Invalid use of Null
260 No timer available
282 No foreign application responded to a DDE initiate
285 Foreign application won't perform DDE method or operation
286 Timeout while waiting for DDE response
287 User pressed Escape key during DDE ope ratio
288 Destination is busy
290 Data in wrong format
293 DDE Method invoked with no channel open
294 Invalid DDE Link format
296 PasteLink already performed on this control
297 "Can't set LinkMode; invalid LinkTopic"
298 System DLL 'dll' could not be loaded
320 Can't use character device names in specified file names
321 Invalid file format
325 Invalid format in resource file
326 Resource with identifier 'item' not found
335 Could not access system registry
336 ActiveX component not correctly registered
337 ActiveX component not found
338 ActiveX component did not run correctly
340 Control array element 'item' doesn't exist
341 Invalid control array index
342 Not enough room to allocate control array 'item'
343 Object not an array
344 Must specify index for object array
345 Reached limit: cannot create any more controls on this form
360 Object already loaded
361 Can't load or unload this object
362 Can't unload controls created at design time
363 ActiveX control specified not found
364 Object was unloaded
365 Unable to unload within this context
366 No MDI form available to load
380 Invalid property value
381 Invalid property-array index
382 Property Set can't be executed at : time
383 Property Set can't be used with a read-only property
384 A form can't be moved or sized while minimized or maximized
385 Need property-array index
387 Property Set not permitted
388 Can't set Visible property from a parent menu
389 Invalid key
393 Property Get can't be executed at run time
394 Property Get can't be executed on write- only property
395 Cannot use separator bar as menu name for this
396 'Item' property cannot be set within a page
397 Can't load, unload, or set Visible property for top level menus while they are merged
400 "Form already displayed; can't show modally"
401 Can't show non-modal form when modal form is displayed
402 Must close or hide topmost modal form first
403 MDI forms cannot be shown modally
404 MDI child forms cannot be shown modally
419 Permission to use object denied
423 Property or method not found
424 Object required
426 Only one MDI Form allowed
427 "Invalid object type; Menu control required"
428 Popup menu must have at least one submenu
429 ActiveX component can't create object or return reference to this object
430 Class doesn't support Automation
432 File name or class name not found during Automation operation
438 Object doesn't support this property or method
440 Automation error
443 Automation object doesn't have a default value
444 Method not applicable in this context
445 Object doesn't support this action
446 Object doesn't support named arguments
447 Object doesn't support current locale setting
448 Named argument not found
449 Argument not optional
450 Wrong number of arguments
451 Object not a collection
452 Invalid ordinal
453 Specified DLL function not found
457 This key is already associated with an element of this collection
460 Invalid Clipboard format
461 Specified format doesn't match format of data
480 Can't create AutoRedraw image
481 Invalid picture
482 Printer error
483 Printer driver does not support specified property
484 Problem getting printer information from the system. Make sure the printer is set up correctly
485 Invalid picture type
520 Can't empty Clipboard
521 Can't open Clipboard
2420 Syntax error in number
2421 Syntax error in date
2422 Syntax error in string
2423 Invalid use of'.', '!', or '()'
2424 Unknown name
2425 Unknown function name
2426 Function isn't available in expressions
2427 Object has no value
2428 Invalid arguments used with domain function
2429 In operator without ()
2430 Between operator without And
2431 Syntax error (missing operator)
2432 Syntax error (comma)
2433 Syntax error
2434 Syntax error (missing operator)
2435 Extra )
2436 Missing ), ], or Item
2437 Invalid use of vertical bars
2438 Syntax error
2439 Wrong number of arguments used with function
2440 IIF function without ()
2442 Invalid use of parentheses
2443 Invalid use of Is operator
2445 Expression too complex
2446 Out of memory during calculation
2447 Invalid use of'.', '!', or '()'
2448 Can't set value
3000 "Reserved error <Item>;"
3001 Invalid argument
3002 Couldn't start session
3003 "Couldn't start transaction;"
3005 < Database name> isn't a valid database name
3006 Database <name> is exclusively locked
3007 Can't open library database <name>
3008 The table <name> is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated program
3009 You tried to lock a table while opening it, but the table can't be locked because it is currently in use. Wait a moment, and then try the operation again
3010 Table <name> already exists
3011 The Microsoft Jet database engine could not find the object <name>. Make sure the object exists and that you spell its name and the path name correctly
3012 Object <name> already exists
3013 Couldn't rename installable ISAM file
3014 Can't open any more tables
3015 <Index name > isn't an index in this table. Look in the Indexes collection of the TableDef object to determine the valid index names
3016 Field won't fit in record
3017 The size of a field is too long
3018 Couldn't find field <name>
3019 Operation invalid without a current index
3020 Update or CancelUpdate without
3021 No current record
3022 The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index
3023 AddNew or Edit already used
3024 Couldn't find file <name>
3025 Can't open any more files
3026 Not enough space on disk
3027 Can't update. Database or object is read-only
3028 Can't start your application. The workgroup information file is missing or opened exclusively by another user
3029 Not a valid account name or password
3030 <Account name> isn't a valid account name
3031 Not a valid password
3032 Can't perform this operation
3033 You don't have the necessary permissions to use the <name> object. Have your system administrator or the person who created this object establish the appropriate permissions for you
3034 You tried to commit or roll back a transaction without first using Begin- Trans
3036 Database has reached maximum size
3037 Can't open any more tables or queries
3039 "Couldn't create index; too many indexes already defined"
3040 Disk I/O error during read
3041 Can't open a database created with a previous version of your application
3042 Out of MS-DOS file handles
3043 Disk or network error
3044 <Path> isn't a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides
3045 "Couldn't use <name>; file already in use"
3046 "Couldn't save; currently locked by another user"
3047 Record is too large
3048 Can't open any more databases
3049 Can't open database <name>. It may not be a database that your application recognizes, or the file may be corrupt
3051 The Microsoft Jet database engine cannot open the file <name>. It is already opened exclusively by another user, or you need permission to view its data
3052 MS-DOS file sharing lock count exceeded. You need to increase the number of locks installed with SHARE.EXE
3053 Too many client tasks
3054 Too many Memo or OLE Object fields
3055 Not a valid file name
3056 Couldn't repair this database
3057 Operation not supported on linked tables
3058 Index or primary key can't contain a Null value
3059 Operation canceled by user
3060 Wrong data type for parameter<parameter>
3061 Too few parameters. Expected <number>
3062 Duplicate output alias <name>
3063 Duplicate output destination <name>
3064 Can't open action query <name>
3065 Can't execute a select query
3066 Query must have at least one destination field
3067 Query input must contain at least one table or query
3068 Not a valid alias name
3069 The action query <name> cannot be used as a row source
3070 The Microsoft Jet database engine does not recognize <name> as a valid field name or expression
3071 This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables
3073 Operation must use an updatable query
3074 Can't repeat table name <name> in FROM clause
3075 <Message> in query expression<expression>
3076 <Name> in criteria expression
3077 <Message> in expression
3078 The Microsoft Jet database engine cannot find the input table or query<name>. Make sure it exists and that its name is spelled correctly
3079 The specified field reference could refer to more than one table listed in the FROM clause of your SQL statement
3080 Joined table <name> not listed in FROM clause
3081 Can't join more than one table with the same name <name>
3082 JOIN operation <operation> refers to a field that isn't in one of the joined tables
3083 Can't use internal report query
3084 Can't insert data with action query
3085 Undefined function <name> in expression
3086 Couldn't delete from specified tables
3087 Too many expressions in GROUP BY clause
3088 Too many expressions in ORDER BY clause
3089 Too many expressions in DISTINCT output
3090 Resultant table not allowed to have more than one AutoNumber field
3092 Can't use HAVING clause in TRANSFORM statement
3093 ORDER BY clause <clause> conflicts with DISTINCT
3094 ORDER BY clause <clause> conflicts with GROUP BY clause
3095 Can't have aggregate function in expression <expression>
3096 Can't have aggregate function in WHERE clause <clause>
3097 Can't have aggregate function in ORDER BY clause <clause>
3098 Can't have aggregate function in GROUP BY clause <clause>
3099 Can't have aggregate function in JOIN operation <operation>
3100 Can't set field <name> in join key to Null
3101 The Microsoft Jet database engine can't find a record in the table <name> with key matching field(s) <name>
3102 Circular reference caused by <query reference>
3103 Circular reference caused by alias<name> in query definition's SELECT list
3104 Can't specify fixed column heading<value> in a crosstab query more than once
3105 Missing destination field name in SELECT INTO statement <statement>
3106 Missing destination field name in UPDATE statement <statement>
3107 "Record(s) can't be added; no insert permission on <name>"
3108 "Record(s) can't be edited; no update permission on <name>"
3109 "Record(s) can't be deleted; no delete permission on <name>"
3110 "Couldn't read definitions; no read definitions permission for table or query<name>"
3111 "Couldn't create; no modify design permission for table or query <name>"
3112 "Record(s) can't be read; no read permission on <name>"
3113 "Can't update <field name>; field not updatable"
3114 Can't include Memo or OLE Object when you select unique values <statement>
3115 Can't have Memo or OLE Object fields in aggregate aigument <statement>
3116 Can't have Memo or OLE Object fields in criteria <criteria> for aggregate function
3117 Can't sort on Memo or OLE Object<clause>
3118 Can't join on Memo or OLE Object<name>
3119 Can't group on Memo or OLE Object<clause>
3120 Can't group on fields selected with '*'"table name"
3121 Can't group on fields selected with '*'
3122 You tried to execute a query that doesn't include the specified expression <name> as part of an aggregate function
3123 Can't use '*' in crosstab query
3124 Can't input from internal report query<name>
3125 The database engine can't find <name>. Make sure it is a valid parameter or alias name, that it doesn't include invalid characters or punctuation, and that the name isn't too long
3126 Invalid bracketing of name <name>
3127 The INSERT INTO statement contains the following unknown field name: <field name>. Make sure you've typed the name correctly, and try the ope- ration again
3128 Specify the table containing the records you want to delete
3129 "Invalid SQL statement; expected DE- LETE, INSERT, PROCEDURE, SE- LECT, or UPDATE"
3130 Syntax error in DELETE statement
3131 Syntax error in FROM clause
3132 Syntax error in GROUP BY clause
3133 Syntax error in HAVING clause
3134 Syntax error in INSERT INTO statement
3135 Syntax error in JOIN operation
3136 The LEVEL clause includes a reserved word or argument that is misspelled or missing, or the punctuation is incorrect
3138 Syntax error in ORDER BY clause
3139 Syntax error in PARAMETER clause
3140 Syntax error in PROCEDURE clause
3141 The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect
3143 Syntax error in TRANSFORM statement
3144 Syntax error in UPDATE statement
3145 Syntax error in WHERE clause
3146 ODBC - call failed
3151 ODBC - connection to <name> failed
3154 ODBC - couldn't find DLL <name>
3155 ODBC - insert on a linked table failed
3156 ODBC - delete on a linked table failed
3157 ODBC - update on a linked table failed
3158 "Couldn't save record; currently locked by another user"
3159 Not a valid bookmark
3160 Table isn't open
3161 Couldn't decrypt file
3162 You tried to assign the Null value to a variable that isn't a Variant data type
3163 The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data
3164 The field can't be updated because another user or process has locked the corresponding record or table
3165 Couldn't open .inf file
3166 Cannot locate the requested Xbase memo file
3167 Record is deleted
3168 Invalid .inf file
3169 The Microsoft Jet database engine could not execute the SQL statement because it contains a field that has an invalid data type
3170 Couldn't find installable ISAM
3171 Couldn't find network path or user name
3172 Couldn't open Paradox.net
3173 Couldn't open table 'MsysAccounts' in
3174 Couldn't open table 'MSysGroups' in the workgroup information file
3175 Date is out of range or is in an invalid format
3176 Couldn't open file <name>
3177 Not a valid table name
3179 Encountered unexpected end of file
3180 Couldn't write to file <name>
3181 Invalid range
3182 Invalid file format
3183 Not enough space on temporary disk
3184 "Couldn't execute query; couldn't find linked table"
3185 SELECT INTO on a remote database tried to produce too many fields
3186 "Couldn't save; currently locked by user<name> on machine <name>"
3187 "Couldn't read; currently locked by user<name> on machine <name>"
3188 "Couldn't update; currently locked by another session on this machine"
3189 Table <name> is exclusively locked by user <name> on machine <name>
3190 Too many fields defined
3191 Can't define field more than once
3192 Couldn't find output table <name>
3196 The database <database name> is already in use by another person or proccess. When the database is available, try the operation again
3197 The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time
3198 Couldn't start session. Too many sessions already active
3199 Couldn't find reference
3200 The record cannot be deleted or changed because table <name> includes related records
3201 You can't add or change a record because a related record is required in table <name>
3202 "Couldn't save; currently locked by another user"
3203 Subqueries cannot be used in the expression <expression>
3204 Database already exists
3205 Too many crosstab column headers<value>
3206 Can't create a relationship between a field and itself
3207 Operation not supported on a Paradox table with no primary key
3208 Invalid Deleted setting in the Xbase key of the Windows Registry
3210 The connection string is too long
3211 The database engine couldn't lock table<name> because it's already in use by another person or process
3212 "Couldn't lock table <name>; currently in use by user <name> on machine<name>"
3213 Invalid Date setting in the Xbase key of the Windows Registry
3214 Invalid Mark setting in the Xbase key of the Windows Registry
3215 Too many Btrieve tasks
3216 Parameter <name> specified where a table name is required
3217 Parameter <name> specified where a database name is required
3218 "Couldn't update; currently locked"
3219 Invalid operation
3220 Incorrect collating sequence
3221 Invalid settings in the Btrieve key of the Windows Registry
3222 Query can't contain a Database parameter
3223 <Parameter name> is invalid because it's longer than 64 characters or contains invalid characters
3224 Can't read Btrieve data dictionary
3225 Encountered a record locking deadlock while performing a Btrieve operation
3226 Errors encountered while using the Btrieve DLL
3227 Invalid Century setting in the Xbase key of the Windows Registry
3228 Invalid CollatingScqucnce setting in the Paradox key of the Windows Registry
3229 Btrieve - can't change field
3230 Out-of-date Paradox lock file
3231 "ODBC - field would be too long; data truncated"
3232 ODBC - couldn't create table
3234 ODBC - remote query timeout expired
3235 ODBC - data type not supported on server
3238 ODBC - data out of range
3239 Too many active users
3240 Btrieve - missing Btrieve engine
3241 Btrieve - out of resources
3242 Invalid reference in SELECT statement
3243 None of the import field names match fields in the appended table
3244 Can't import password-protected spreadsheet
3245 Couldn't parse field names from the first row of the import table
3246 Operation not supported in transactions
3247 ODBC - linked table definition has changed
3248 Invalid NetworkAccess setting in the Windows Registry
3249 Invalid PageTimeout setting in the Windows Registry
3250 Couldn't build key
3251 Operation is not supported for this type of object
3252 Can't open a form whose underlying query contains a user-defined function that attempts to set or get the form's RecordsetClone property
3254 ODBC - can't lock all records
3256 Index file not found
3257 Syntax error in WITH OWNER- ACCESS OPTION declaration
3258 The SQL statement couldn't be executed because it contains ambiguous outer joins. To force one of the joins to be performed first, create a separate query that performs the first join and then include that query in your SQL statement
3259 Invalid field data type
3260 "Couldn't update; currently locked by user <name> on machine <name>"
3261 Table <name> is exclusively locked by user <name> on machine <name>
3262 "Couldn't lock table <name>; currently in use by user <name> on machine<name>"
3263 Invalid Database object
3264 No field defined - cannot append TableDef or Index
3265 Item not found in this collection
3266 Can't append a Field that is already a part of a Fields collection
3267 Property can be set only when the Field is part of a Recordset object's Fields collection
3268 Can't set this property once the object is part of a collection
3269 Can't append an Index that is already a part of an Indexes collection
3270 Property not found
3271 Invalid property value
3272 Object isn't a collection
3273 Method not applicable for this object
3274 External table isn't in the expected format
3275 Unexpected error from external database driver <error number>
3276 Invalid database object reference
3277 Can't have more than 10 fields in an index
3278 The Microsoft Jet database engine has not been initialized
3279 The Microsoft Jet database engine has already been initialized
3280 Can't delete a field that is part of an index or is needed by the system
3281 Can't delete this index or table. It is either the current index or is used in a relationship
3282 Operation not supported on a table that contains data
3283 Primary key already exists
3284 Index already exists
3285 Invalid index definition
3286 Format of memo file doesn't match specified external database format
3287 Can't create index on the given field
3288 Paradox index is not primary
3289 Syntax error in CONSTRAINT clause
3290 Syntax error in CREATE TABLE statement
3291 Syntax error in CREATE INDEX statement
3292 Syntax error in field definition
3293 Syntax error in ALTER TABLE statement
3294 Syntax error in DROP INDEX statement
3295 Syntax error in DROP TABLE or DROP INDEX
3296 Join expression not supported
3297 Couldn't import table or query. No records found, or all records contain errors
3298 There are several tables with that name. Please specify owner in the format'owner.table'
3299 ODBC Specification Conformance Error <message>. Report this error to the developer of your application
3300 Can't create a relationship
3301 "Can't perform this operation; features in this version are not available in databases with older formats"
3303 Can't delete this field. It's part of one or more relationships
3304 You must enter a personal identifier(PID) consisting of at least 4 and no more than 20 characters and digits
3305 Invalid connection string in pass-through query
3306 You've written a subquery that can return more than one field without using the EXISTS reserved word in the main query's FROM clause. Revise the SELECT statement of the subquery to request only one field
3307 The number of columns in the two selected tables or queries of a union query don't match
3308 Invalid TOP argument in select query
3309 Property setting can't be larger than 2K
3310 This property isn't supported for external data sources or for databases created with a previous version of Microsoft Jet
3311 Property specified already exists
3312 Validation rules and default values can't be placed on system or linked tables
3313 Can't place this validation expression on this field
3314 The field <name> can't contain a Null value because the Required property for this field is set to True. Enter a value in this field
3315 Field <name> can't be a zero-length string
3316 <Tablelevel validation text>
3317 One or more values are prohibited by the validation rule <rule> set for <name>. Enter a value that the expression for this field can accept
3318 Values specified in a TOP clause are not allowed in delete queries or reports
3319 Syntax error in union query
3320 <Error> in table-level validation expression
3321 No database specified in connection string or IN clause
3322 Crosstab query contains one or more invalid fixed column headings
3323 The query cannot be used as a row source
3324 The query is a DDL query and cannot be used as a row source
3325 Pass-through query with Returns- Records property set to True did not return any records
3326 This Recordset is not updatable
3334 Can be present only in version 1.0 format
3336 Btrieve: Invalid IndexDDF option in initialization setting
3337 Invalid DataCodePage option in initialization setting
3338 Btrieve: Xtrieve options aren't correct in initialization setting
3339 Btrieve: Invalid IndexDeleteRenumber option in initialization setting
3340 Query <name> is corrupt
3341 The current field must match the join key <name> in the table that serves as the 'one' side of one-to-many relationship. Enter a record in the 'one' side table with the desired key value, and then make the entry with the desired join key in the 'many' side
3342 Invalid Memo or OLE Object in sub- query <name>
3343 Unrecognized database format<filename>
3344 The database engine does not recognize either the field <name> in a validation expression, or the default value in the table <name>
3345 Unknown or invalid field reference<name>
3346 Number of query values and destination fields aren't the same
3349 Numeric field overflow
3350 Object is invalid for operation
3351 The ORDER BY expression <expression> includes fields that aren't selected by the query. Only those fields requested in the first query can be in- cluded in an ORDER BY expression
3352 No destination field name in INSERT INTO statement <statement>
3353 Btrieve: Can't find file RELD.DDF
3354 At most one record can be returned by this subquery
3355 Syntax error in default value
3356 You attempted to open a database that is already opened exclusively by user<name> on machine <name>. Try again when the database is available
3357 This query is not a properly formed data-definition query
3358 Can't open the Microsoft Jet engine workgroup information file
3359 Pass-through query must contain at least one character
3360 Query is too complex
3361 Unions not allowed in a subquery
3362 Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values
3364 Can't use Memo or OLE Object field<name> in the SELECT clause of a union query
3365 Can't set this property for remote objects
3366 Can't append a relation with no fields defined
3367 Can't append. An object with that name already exists in the collection
3368 Relationship must be on the same number of fields with the same data types
3370 Can't modify the design of table<name> It's in a read-only database
3371 Can't find table or constraint
3372 No such index <name> on table<name>
3373 Can't create relationship. Referenced
3374 The specified fields are not uniquely indexed in table <name>
3375 Table <name> already has an index named <name>
3376 Table <name> doesn't exist
3377 No such relationship <name> on table<name>
3378 There is already a relationship named<name> in the current database
3379 Can't create relationships to enforce referential integrity. Existing data in table <name> violates referential integrity rules in table <name>
3380 Field <name> already exists in table<name>
3381 There is no field named <name> in table <name>
3382 Size of field <name> is too long
3383 Can't delete field <name> It's part of one or more relationships
3384 Can't delete a built-in property
3385 User-defined properties don't support a Null value
3386 Property <name> must be set before using this method
3388 Unknown function <name> in validation expression or default value on<name>
3389 Query support unavailable
3390 Account name already exists
3393 Can't perform join, group, sort, or indexed restriction. A value being searched or sorted on is too long
3394 "Can't save property; property is a schema property"
3396 Can't perform cascading operation. Since related records exist in table<name>, referential integrity rules would be violated
3397 Can't perform cascading operation. There must be a related record in table<name>
3398 Can't perform cascading operation. It would result in a null key in table<name>
3399 Can't perform cascading operation. It would result in a duplicate key in table<name>
3400 Can't perform cascading operation. It would result in two updates to field <name> in table <name>
3401 Can't perform cascading operation. It would cause field <name> to become Null, which is not allowed
3402 Can't perform cascading operation. It would cause field <name> to become a zero-length string, which is not allowed

Autor: Admin It Is Added: 09.02.2008

Main | Articles | Links | Map
аренда офисных помещений

Copyright 2007 - 2008 AccesSoft. All Rights Reserved