Duration of a timer
- From: "Greg Smith" <gjs@xxxxxxx>
- Date: Thu, 28 Aug 2008 10:30:32 -0500
I have an application that uses a timer to query for new orders and flash
the minimized application when a new order arrives.
The timer seems to work ok but one user leaves his application up over night
and sometimes it fails to detect a new order.
Is there a duration in the life of a timer? A timer time out? If so how
would I set it to infinite?
Any help is greatly appreciated.
.
Relevant Pages
- Re: Periodic Time Triggering!
... > and the one suggested by Paul G. Tobey. ... > problem of meeting deadline (i.e. the frequency for each kind of query). ... >> and have each act as the timer func for its own timer. ... (microsoft.public.pocketpc.developer) - Re: Periodic Time Triggering!
... > and the one suggested by Paul G. Tobey. ... > problem of meeting deadline (i.e. the frequency for each kind of query). ... >> and have each act as the timer func for its own timer. ... (microsoft.public.windowsce.app.development) - Re: how to save info with timer
... I don't need to add anything to Form, like Timer Control? ... I have created query and would like it to run on certain intervals. ... Set up the OnTimer event to run the query when the Timer ... On Error GoTo err_ ... (microsoft.public.access.queries) - Re: Periodic Time Triggering!
... timeout =; ... > But the problem is that each query to the external resource has its own ... > class A: public CWinThread ... > With this solution I was thinking of using a Timer for each class A object ... (microsoft.public.pocketpc.developer) - Re: Periodic Time Triggering!
... timeout =; ... > But the problem is that each query to the external resource has its own ... > class A: public CWinThread ... > With this solution I was thinking of using a Timer for each class A object ... (microsoft.public.windowsce.app.development) |
|