|
-
Mar 7th, 2002, 02:07 PM
#1
Thread Starter
PowerPoster
On Error....Do Nothing?
Has anyone else had this vexing problem? For certain errors, ie this one (R not set to an instance of an object)
VB Code:
Dim r as FooObject
r.Property = "blah"
You recieve a run time error, or a break at debug time. However, often, when something goes wrong, I will not recieve any notification whatsoever -- the code simply stops executing at the line where the error occured. This is vexing, because I have to step through practically the entire project to find some small problem. Why am I not getting some sort of error?
P.S. - I'll look through my code and see if I can find an example.
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|