Lack of error message

A

Adam

This is a continuation of post I started here on 12 July, with some more
information.

My problem was that Access 2000 had stopped giving error messages: when it
came to a bug in my code, it just silently stopped executing. You can
imagine how hard that made it to debug anything.

I think I have now found out what is causing the problem. It seems to be to
do with the AllowSpecialKeys property in the startup options. I had disabled
this option, and that was when the error messages stopped. If I switch it
back on, the error messages start again. If I switch it off again, they stop
again. It seems pretty reproducible.

Has anyone come across this behaviour before? Is there anything that can be
done about it, other than keeping the AllowSpecialKeys property enabled
until right at the last minute once I am sure (well, OK, mostly sure) that
there are no bugs left in the code?

Many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top