Windows XP and Access 2000 File

B

Bish

Make sure that the code is not stuck in an infinite loop
or that another form has not been opened as a true dialog
box, whci will prevent the user accessing the other form.
 
E

Eric Heinold

Pressing Ctrl-Break does not stop any code like it would if there code was
running and from the immediate window, I checked which forms were open.
Only the current form, and a hidden form are listed in the Forms collection.
Can a form not be in the forms collection, but still be open as a dialog
box?

Eric Heinold
AdaptaSoft, Inc.
 
B

Bish

I have no great answer for you, however when I have
experienced such problems I find it best to strip the form
down to it's basic controls, remove the code and then
rebuild it bit by bit, keep adding the procedures and
testing each time. At somepoint you should come across
the problem...
 

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