<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx</link><description>Sometimes it’s useful to make your application run as a service. A service can run without any user logged in, can automatically start upon reboot, and can survive user logoffs. It can also run as a different user with different access rights. Normally,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Creando una aplicaci</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#381027</link><pubDate>Sun, 27 Feb 2005 01:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:381027</guid><dc:creator>Esparta::doBlog()</dc:creator><description /></item><item><title>Reacting to Windows Session events.</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#446743</link><pubDate>Tue, 02 Aug 2005 21:45:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:446743</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>Sometimes it’s useful to run some code in response to an event like somebody locking or unlocking your...</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#452088</link><pubDate>Tue, 16 Aug 2005 13:15:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:452088</guid><dc:creator>Mandeep</dc:creator><description>I am not able to understand the application of this article. Please help.&lt;br&gt;&lt;br&gt;Thanks in advance.</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#462613</link><pubDate>Fri, 09 Sep 2005 00:57:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462613</guid><dc:creator>RoadRunner</dc:creator><description>I need create windows service with vfp90 ... i make this sample step by step ... but i have a problem when starting service this message appear.&lt;br&gt;&lt;br&gt;Error 1053: El servicio no ha respondido a la peticion o inicio del control en un tiempo adecuado&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#462639</link><pubDate>Fri, 09 Sep 2005 01:45:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:462639</guid><dc:creator>RoadRunner</dc:creator><description>&amp;lt;p&amp;gt;I need create windows service with vfp90 ... i make this sample step by step&lt;br&gt;... but i have a problem when starting service this message appear.&amp;lt;br&amp;gt;&lt;br&gt;&amp;lt;br&amp;gt;&lt;br&gt;&amp;lt;span style=&amp;quot;background-color: #FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Error 1053: El servicio no ha&lt;br&gt;respondido a la peticion o inicio del control en un tiempo adecuado&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br&gt;&amp;lt;/p&amp;gt;</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#497199</link><pubDate>Sun, 27 Nov 2005 00:58:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:497199</guid><dc:creator>Sergey Berezniker</dc:creator><description>The Windows Shell Object can be used to control Windows services from within VFP:&lt;br&gt;&lt;br&gt;oShell = CREATEOBJECT(&amp;quot;Shell.Application&amp;quot;)&lt;br&gt;? oShell.IsServiceRunning(&amp;quot;VfpSrv&amp;quot;)&lt;br&gt;? oShell.ServiceStart(&amp;quot;VfpSrv&amp;quot;, .F.)&lt;br&gt;? oShell.ServiceStop(&amp;quot;VfpSrv&amp;quot;, .T.)</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#542874</link><pubDate>Fri, 03 Mar 2006 16:02:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:542874</guid><dc:creator>amidonbill</dc:creator><description>I would like some ideas on how to have a vfp service respond to events in a Clipper application.&lt;br&gt;&lt;br&gt;I'm trying to sync data from a Clipper App to a VFP app - and would like to trigger the VFP Service &amp;quot;Update&amp;quot; routine with some kind of call from the Clipper app.&lt;br&gt;&lt;br&gt;It would run anytime I do a DbCommit() in the Clipper App. &amp;nbsp;</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#595809</link><pubDate>Fri, 12 May 2006 06:19:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595809</guid><dc:creator>Vali</dc:creator><description>I have tried the code above but seems that I cannot start the service.&lt;br&gt;&lt;br&gt;&amp;quot;Cannot start the MYSERVICE service on LocalComputer. Error 1053: The service did not respond to the start request in a timely fashion&amp;quot;&lt;br&gt;&lt;br&gt;Should the service exe be created in any special way? like a com exe server? &lt;br&gt;&lt;br&gt;Many Thanks</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#1264559</link><pubDate>Tue, 12 Dec 2006 09:14:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1264559</guid><dc:creator>deciacco</dc:creator><description>&lt;p&gt;Calvin/Anyone,&lt;/p&gt;
&lt;p&gt;I can't seem to get the Destroy event to fire when the service is stopped? Is this normal or do I need to be doing something diff. Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>Analyzing Blog hit statistics</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#5176138</link><pubDate>Fri, 28 Sep 2007 04:04:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5176138</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;It takes a lot of work to create the blog posts and code samples that I put in my blog, and I was curious&lt;/p&gt;
</description></item><item><title>   Dienste kontrollieren per Windows Shell |  KnowledgeBlog</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#8350560</link><pubDate>Wed, 02 Apr 2008 12:47:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8350560</guid><dc:creator>   Dienste kontrollieren per Windows Shell |  KnowledgeBlog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.mkahlert.de/artikel/dienste-kontrollieren-per-windows-shell"&gt;http://blog.mkahlert.de/artikel/dienste-kontrollieren-per-windows-shell&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>   Creating a VFP application as a service |  KnowledgeBlog</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#8409119</link><pubDate>Sat, 19 Apr 2008 00:31:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8409119</guid><dc:creator>   Creating a VFP application as a service |  KnowledgeBlog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.mkahlert.de/artikel/creating-a-vfp-application-as-a-service"&gt;http://blog.mkahlert.de/artikel/creating-a-vfp-application-as-a-service&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#8938706</link><pubDate>Wed, 10 Sep 2008 06:28:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8938706</guid><dc:creator>Hoppins</dc:creator><description>&lt;p&gt;Calvin/Anyone,&lt;/p&gt;
&lt;p&gt;I can run the prg and it works but when I go to start my service I get a message: &amp;quot;...started and then stopped. Some services stop automatically if they have no work to do. For example: The performance logs and alerts service.&amp;quot; &amp;nbsp;Any advice. &amp;nbsp;Thanks&lt;/p&gt;
</description></item><item><title>Софт, эротика, фильмы, игры - БЕСПЛАТНО! | Soft, ero, music - Free!!!</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9012936</link><pubDate>Thu, 23 Oct 2008 16:16:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9012936</guid><dc:creator>kasmattaa</dc:creator><description>&lt;p&gt;Посетите наш развлекательный сайт &lt;a rel="nofollow" target="_new" href="http://hornywarez.net"&gt;http://hornywarez.net&lt;/a&gt; На нем есть новые фильмы, музыка, скрипты, игры, картинки, обои, эротика фото, эротика видео, книги! &lt;/p&gt;
&lt;p&gt;И все это для Вас БЕСПЛАТНО! &lt;/p&gt;
&lt;p&gt;Welcome to our site &lt;a rel="nofollow" target="_new" href="http://hornywarez.net"&gt;http://hornywarez.net&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;U can see many FREE movies, soft, music, games, pictures, wallpapers, erotics, erotic video, books. &lt;/p&gt;
</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9027109</link><pubDate>Fri, 31 Oct 2008 21:39:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9027109</guid><dc:creator>Kenneth Tamayo</dc:creator><description>&lt;p&gt;Calvin,&lt;/p&gt;
&lt;p&gt;Thanks for putting together this example and documentary... &amp;nbsp;I will be testing and implementing a VFP appl. service with the help of this blog entry.&lt;/p&gt;
</description></item><item><title>OT: ejecutable corriendo como servicio | hilpers</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9337731</link><pubDate>Sun, 18 Jan 2009 14:33:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9337731</guid><dc:creator>OT: ejecutable corriendo como servicio | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers-esp.com/663374-ot-ejecutable-corriendo-como-servicio"&gt;http://www.hilpers-esp.com/663374-ot-ejecutable-corriendo-como-servicio&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Prozess | hilpers</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9347149</link><pubDate>Tue, 20 Jan 2009 17:04:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9347149</guid><dc:creator>Prozess | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.com/1067308-prozess"&gt;http://www.hilpers.com/1067308-prozess&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Seervicios con VFP | hilpers</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9350364</link><pubDate>Tue, 20 Jan 2009 22:39:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9350364</guid><dc:creator>Seervicios con VFP | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers-esp.com/327605-seervicios-con-vfp"&gt;http://www.hilpers-esp.com/327605-seervicios-con-vfp&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Aplicacion como servicio | hilpers</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9350498</link><pubDate>Tue, 20 Jan 2009 22:50:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9350498</guid><dc:creator>Aplicacion como servicio | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers-esp.com/315326-aplicacion-como-servicio"&gt;http://www.hilpers-esp.com/315326-aplicacion-como-servicio&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9467225</link><pubDate>Mon, 09 Mar 2009 06:53:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9467225</guid><dc:creator>john newman</dc:creator><description>&lt;p&gt;Calvin, thanks for the example. &amp;nbsp;This works great on XP pro for me as a service, and in application mode on 2003 server. &amp;nbsp;However, in 2003 server it loads as a service but does'nt seem to run properly (ie. simple test string written out won't even work) &amp;nbsp;Do you know of a security change made recently to 2003 server that would .exe as a service? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9486892</link><pubDate>Wed, 18 Mar 2009 17:03:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9486892</guid><dc:creator>dave banton</dc:creator><description>&lt;p&gt;Is it possible to handle the stop and start events of the service from within the vfp code?&lt;/p&gt;
</description></item><item><title> Calvin Hsia s WebLog Creating a VFP application as a service | Outdoor Ceiling Fans</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9670175</link><pubDate>Sun, 31 May 2009 18:55:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9670175</guid><dc:creator> Calvin Hsia s WebLog Creating a VFP application as a service | Outdoor Ceiling Fans</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://outdoorceilingfansite.info/story.php?id=1021"&gt;http://outdoorceilingfansite.info/story.php?id=1021&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Calvin Hsia s WebLog Creating a VFP application as a service | Outdoor Ceiling Fans</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9670843</link><pubDate>Sun, 31 May 2009 21:27:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9670843</guid><dc:creator> Calvin Hsia s WebLog Creating a VFP application as a service | Outdoor Ceiling Fans</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://outdoorceilingfansite.info/story.php?id=18657"&gt;http://outdoorceilingfansite.info/story.php?id=18657&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9853996</link><pubDate>Fri, 31 Jul 2009 06:09:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9853996</guid><dc:creator>Marcos Guedes</dc:creator><description>&lt;p&gt;What the solution to the error: &amp;quot;Error 1053: The service did not respond to the start or control request in a timely fashion.&amp;quot;?&lt;/p&gt;
</description></item><item><title>re: Creating a VFP application as a service:</title><link>http://blogs.msdn.com/calvin_hsia/archive/2004/12/13/282351.aspx#9860179</link><pubDate>Fri, 07 Aug 2009 16:14:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9860179</guid><dc:creator>tihomir666</dc:creator><description>&lt;p&gt;Hi everybody,&lt;/p&gt;
&lt;p&gt;It is a great tool. I manage to start the code on win XP and its work great but I had a problem start it on a windows Vista. I had switched off UAC and start the tool to creat a service. The result is that the service is created succesfull. When I start the service &amp;nbsp;it start without broblem but the vfp exe is not started. Has anyone know something about it?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
</description></item></channel></rss>