Home > Archive > Visual Basic > April 2004 > Re: Error trapping not working
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Error trapping not working
|
|
| Bob Butler 2004-04-27, 12:09 am |
| "Maximus" <marco.vettese@ntlworld.com> wrote in message news:45A7AE01-
01E8-491C-BC66-3F2E5899B79A@microsoft.com
> Hi, I'm using VB6 in windows 2000. I have set up error trapping
> routines in my program (which I've done many times before) but on
> this pc when vb encounters the error it stops the program displaying
> the error message, ignoring my error trapping routines which work on
> other machines. Can anyone help?
This is in the IDE? Right-click on the code window, select Toggle and make
sure you are set for 'Break on Unhandled Errors'
--
Reply to the group so all can participate
VB.Net... just say "No"
| |
| Hapticz 2004-04-27, 3:34 pm |
| reinstall VB ide and other used add-ons
perhaps also set all "Compile options" when making exe files to default. try to make it "easy" for IDE to detect errors
& this one machine may also have it's own internal problems, (edgy memory timing/ bad bus cycles/other atypical issues). doesnt
happen often, but anything is suspect when a single machine provides you with unusual entertainment ;-))
--
Best regards,
Hapticz
STOP STOP STOP STOP STOP STOP STOP STOP STOP
<>><<>><<><>><<><>><<>><<><>><<>><<>><<>><<>><<>
"Maximus" <marco.vettese@ntlworld.com> wrote in message news:45A7AE01-01E8-491C-BC66-3F2E5899B79A@microsoft.com...
> Hi, I'm using VB6 in windows 2000. I have set up error trapping routines in my program (which I've done many times before) but on
this pc when vb encounters the error it stops the program displaying the error message, ignoring my error trapping routines which
work on other machines. Can anyone help?
>
>
|
|
|
|
|