Ontimer event

P

Pietro

Hi,
I used the Ontimer event of a hidden form (Login) to make another
form(Notcasees) open every 10 minutes,the process works fine,but not
always,as sometimes the form does not open..

Do you suggest something?
 
R

Ron2006

Two conditions that may conflict with the ontimer.

msgbox on the screen waiting for a reply.

acDialogue form on the screen waiting for a reply.



Depending on how you have made the test in the ontimer it might not
show up if it was held up waiting for a reply.

Ron
 
R

Ron2006

We have several apps that have onTimer events and have had similar no-
show occurances but I have assummed most times that it was one of the
two items I mentioned because I have seen them do it.

So I will hope along with you that someone else has some ideas.

Ron
 
Top