You could write an FLL to talk to the service manager. Since VFP is not multithreaded it has limitations. I suggest using C# and call the VFP executable from it. It is possible to use COM interop from C#.
Tracy "MB Software Solutions, LLC" <[email protected]> wrote: >On 6/18/2011 11:58 PM, Rick Schummer wrote: >>>> Now, however, is seems that the task won't run when the user is NOT logged >>>> in.<< >> >> We solved this problem by writing a Windows service and have the service >> check the time and run the VFP app. Works >> great. > > >That sounds good. What was it written in? > >I found this article: http://www.devx.com/dotnet/Article/34807/ > >-- >Mike Babcock, MCP >MB Software Solutions, LLC >President, Chief Software Architect >http://mbsoftwaresolutions.com >http://fabmate.com >http://twitter.com/mbabcock16 > >_______________________________________________ >Post Messages to: [email protected] >Subscription Maintenance: http://leafe.com/mailman/listinfo/profox >OT-free version of this list: http://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. > >Report [OT] Abuse: >http://leafe.com/reportAbuse/[email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://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.

