A Windows service is what they're called these days. You can't create one natively in VFP, but you can create a normal VFP exe and then use a third-party util called 'runasservice' to install it as a service.Sort of kludgy,but should work. Alternatively you can run a normal exe on a schedule using the server scheduler. -- Alan Bourke alanpbourke (at) fastmail (dot) fm
On Mon, 10 Aug 2015, at 06:30 PM, jerry foote wrote: > I would like to create a application in visual Foxpro that monitors some > tables and triggers some alarm based on dates and times in a table and > run > in background like a TSR. > Is this possible in VFP9 > > Thanks jerry > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

