Re: Fire an Event automaticaly

2004-04-20 Thread Paul Cardinale
John Rich <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > If you set the timeout then if the time is expired the timeout event > will execute. This can be an empty event or you can put appropriate > code, depending on the application. You should always include the > timeout eve

Re: Fire an Event automaticaly

2004-03-09 Thread John Rich
I agree that "always" was a little strong. There are many instances where the timeout could be avoided. However, in my experience it is good practice to include the timeout in most instances as it eliminates the possibility that you get stuck endlessly waiting for an event to occur and you don't

Re: Fire an Event automaticaly

2004-03-08 Thread John Rich
If you set the timeout then if the time is expired the timeout event will execute. This can be an empty event or you can put appropriate code, depending on the application. You should always include the timeout event in your event structure.

Fire an Event automaticaly

2004-03-08 Thread cmm181c
if we set a timeout for the application, and after the time is expired, it will fired one of the event in the Event Structure.