|
-
Oct 13th, 2001, 09:00 PM
#1
On Error Goto Hell
On Error GoTo ErrHandler
I have this under every command button on my form, but I think there is another way of doing this
please advise
-
Oct 13th, 2001, 09:02 PM
#2
Fanatic Member
nope. not in any version of vb before vb.net.
-
Oct 13th, 2001, 09:06 PM
#3
PowerPoster
If nothing critical is happening in ur routines u can just use On Error Resume Next. Saves adding the handler to each sub.
Regards
Stuart
-
Oct 13th, 2001, 09:21 PM
#4
I never use On Error Resume Next until I have solved all problem. WHen I see than I am ready to make it EXE than I put it in all function and command to be sure to don't have any error if user try it on their PC.
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
|