F
Fred Boer
Hello!
Well, with a brave heart and a small bowl of cheezies, I set to work to
decipher some code downloaded from the Access Web. I didn't get very far,
though... Almost immediately I came upon these two lines:
Const cERR_USERCANCEL = vbObjectError + 1000
Const cERR_NOREMOTETABLE = vbObjectError + 2000
Ok, well I know they are user defined constants (uh, right?...). But what
the heck is "vbObjectError" and why are we adding numbers to it? Well, VB
help doesn't (of course, argh!), return anything for "vbObject Error", and I
tried looking in the language reference under Constants, and clicked on
"Visual Basic Constants", but didn't see it under the first 10 - 15 groups
of constants, and my cheezie bowl was empty, so could someone help?
Thanks!
Fred
Well, with a brave heart and a small bowl of cheezies, I set to work to
decipher some code downloaded from the Access Web. I didn't get very far,
though... Almost immediately I came upon these two lines:
Const cERR_USERCANCEL = vbObjectError + 1000
Const cERR_NOREMOTETABLE = vbObjectError + 2000
Ok, well I know they are user defined constants (uh, right?...). But what
the heck is "vbObjectError" and why are we adding numbers to it? Well, VB
help doesn't (of course, argh!), return anything for "vbObject Error", and I
tried looking in the language reference under Constants, and clicked on
"Visual Basic Constants", but didn't see it under the first 10 - 15 groups
of constants, and my cheezie bowl was empty, so could someone help?
Thanks!
Fred