Is it possible to interrupt the timer event. I have an app that runs every 30 seconds, it reads a database, updattes a table in the app, then moves data to textboxes on a form thats being displayed. The ap counts item than have been removed from a bay. The users need to be able to add to the total items in a bay or to all the bays. I have that code and it works. But if I hit the Add Balls button the ap keeps doing the loop over and over. When writing the code I strategically placed a msgbox so I could interrupt the process manually. If I hit Break there is a long lag before the code breaks. That is not the solution.
The ap has an OnOpen event, an OnTimer event, and dblclick event on a couple of buttons. I want the button to interrupt the ongoing timer event, it that is possible.
Thanks, any help or suggestiions would be appreciated.
jpl
The ap has an OnOpen event, an OnTimer event, and dblclick event on a couple of buttons. I want the button to interrupt the ongoing timer event, it that is possible.
Thanks, any help or suggestiions would be appreciated.
jpl