> Hi:
>
[quoted text clipped - 16 lines]
>
> Fred
Any thought of using Try Catch blocks instead of using On Error GoTo?
In regards to the err line information there was a function ERL
that would report line numbers Here is some info on it..
http://www.awprofessional.com/articles/article.asp?p=25180 Good luck
Fred Nelson - 26 Oct 2004 03:23 GMT
Hi Jjardine:
I need to trap completely unexpected errors (such as bad indexes) so the try
/ catch / end try block won't help me with this function. I've used it
where appropriate - such as database access.
Since my startup and error trapping occurs in a class library the ERL
function always returns a line number of zero. I'm hoping to get the form
that caused the error along with the line number for quick debugging should
there be a crash.
If you have any ideas they would be greatly appreciated!
Thanks,
Fred
> > Hi:
> >
[quoted text clipped - 22 lines]
> that would report line numbers Here is some info on it..
> http://www.awprofessional.com/articles/article.asp?p=25180 Good luck