Title: RTC Service and TTimer Post by: zsleo on April 11, 2014, 12:30:01 AM Danijel,
It has been a long time since last contact. All my RTC based apps are working just fantastically well. Everywhere I read about Win Services an TTimer there are problems. I am about to start a new app that must run as a Win Service. Essentially, an RTC Server will be requested to schedule running a report and then email the report. Once the request to the server is found, I reply to the client that the report is scheduled, then I want to trigger an async event to sequentially run and email the report(s). I am thinking about using a TTimer. Will this work with RTC Service implementation or is there a better way. TIA Zane Title: Re: RTC Service and TTimer Post by: D.Tkalcec (RTC) on April 11, 2014, 08:32:28 AM I recommend using the TRtcTimer class from the rtcTimer.pas unit instead of using the TTimer class from Delphi.
Best Regards, Danijel Tkalcec |