I have a form that sometimes bypasses my error handler in my main prg. Some trapped errors, for instance - a 1705 error, will not go to my code but to wizbase.vcx handler which I see in the debuger trace window. How do I change this so that my form never uses the vcx handler? I assume that it inherited the vcx when I built the form origionally. Thanks