Oct 21, 2002 #1 Craftor Programmer Feb 1, 2001 420 NZ Hi all Is there any way that you can trap exactly what error was thrown? I know in VB6 you can access the Err object and find the value of Err.Description. My program is throwing an exception and I can't find out what it is Thanks Craftor
Hi all Is there any way that you can trap exactly what error was thrown? I know in VB6 you can access the Err object and find the value of Err.Description. My program is throwing an exception and I can't find out what it is Thanks Craftor
Oct 21, 2002 #2 Craig0201 Technical User Oct 11, 2000 1,261 GB Exactly the same.....using an Exception object! Craig Upvote 0 Downvote
Oct 21, 2002 Thread starter #3 Craftor Programmer Feb 1, 2001 420 NZ Thanks Craig Just needed a kickstart to get me on the right track - it is a monday morning after all ;-) Upvote 0 Downvote
Thanks Craig Just needed a kickstart to get me on the right track - it is a monday morning after all ;-)