Hello all. I have a strange situation which I have not had much success in finding any solution for, so maybe someone here can help.
I have a database which, when started, loads up a form. The purpose of this form is to perform certain actions on a one minute loop basis (basically, it checks our web logs to see if subscribers have requested information on a specific item, and if so, it prepares and emails the reports to that subscriber). There is a timer event which handles the countdown, and when it hits 0, it runs the predefined events.
The computer that this is running on is running Windows XP Pro SP2. There are virtually no other programs (aside from basics like antivirus etc.) running besides Outlook which handles the sending of the emails.
For some reason, and this is not consistent, the form seems to slow down or stop - not freeze or hang, just stop, but if you move the mouse or click on the form, it continues.
Initially when this happened, I added a call to the form's SetFocus method and I thought that had fixed it. Unfortunately, the issue seems to have recurred.
I turned off the screen saver, set the hard drive to never go off... nothing seems to work.
Any ideas?
-Thanks
I have a database which, when started, loads up a form. The purpose of this form is to perform certain actions on a one minute loop basis (basically, it checks our web logs to see if subscribers have requested information on a specific item, and if so, it prepares and emails the reports to that subscriber). There is a timer event which handles the countdown, and when it hits 0, it runs the predefined events.
The computer that this is running on is running Windows XP Pro SP2. There are virtually no other programs (aside from basics like antivirus etc.) running besides Outlook which handles the sending of the emails.
For some reason, and this is not consistent, the form seems to slow down or stop - not freeze or hang, just stop, but if you move the mouse or click on the form, it continues.
Initially when this happened, I added a call to the form's SetFocus method and I thought that had fixed it. Unfortunately, the issue seems to have recurred.
I turned off the screen saver, set the hard drive to never go off... nothing seems to work.
Any ideas?
-Thanks