Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB Error Codes
#1
Error Code Error Message
1 NEXT without FOR
2 Syntax Error
3 RETURN without GOSUB
4 Out of DATA
5 Illegal function call
6 Overflow
7 Out of memory
8 Label not defined
9 Subscript out of range
10 Duplicate definition
11 Division by zero
12 Illegal in direct mode
13 Type mismatch
14 Out of string space
16 String formula too complex
17 Cannot continue
18 Function not defined
19 No RESUME
20 RESUME without error
24 Device timeout
25 Device Fault
26 FOR without NEXT
27 Out of paper
29 WHILE without WEND
30 WEND without WHILE
33 Duplicate label
35 Subprogram not defined
37 Argument-count mismatch
38 Array not defined
39 CASE ELSE expected
40 Variable required
50 FIELD overflow
51 Internal error
52 Bad file name or number
53 File not found
54 Bad file mode
55 File already open
56 FIELD statment active
57 Device I/O error
58 File already exists
59 Bad record length
61 Disk full
62 Input past end of file
63 Bad record number
64 Bad file name
67 Too many files
68 Device unavailable
69 Communication-buffer overflow
70 Permission denied
71 Disk not ready
72 Disk-media error
73 Advanced feature unavailable
74 Rename across disks
75 Path/File access error
76 Path not found
97 (no error message)
Get my QB demonstrator here: http://dl.dropbox.com/u/8440706/Q-Basics.zip
Reply
#2
PDS ADDS THESE:

80    Feature Removed
81    Invalid Name
82    Table Not Found
83    Index Not Found
84    Invalid Column
85    No Current Record
86    Duplicate Value For Unique Index
87    Invalid Operation On Null Index
88    Database Needs Repair
89    Insufficient Isam Buffers
MY QBASIC'S PAGE                                                  I ONLY USE WINDOWS 98SE
Reply
#3
VISUAL BASIC FOR THE MS-DOS ADDS THESE:

384  Property Can't Be Modified When Form Is Minimized Or Maximized
385  Must Specify Index When Using Property Array
386  Property Not Available At Run Time
387  Property Can't Be Set On This Control
400  Form Already Displayed; Can't Show Form Modally
401  Can't Show Non-Modal Form When A Modal Form Is Being Displayed
402  Must Close Or Hide Topmost Modal Form First
403  Mdi Form Cannot Be Shown Modally
410  Property Can't Be Modified On Mdi Form
420  Invalid Object Reference
421  Method Not Applicable For This Object
422  Property Not Found
423  Property Or Control Not Found
424  Object Required
425  Invalid Object Use
430  No Currently Active Control
431  No Currently Active Form
480  Can't Create Autoredraw Image
MY QBASIC'S PAGE                                                  I ONLY USE WINDOWS 98SE
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)