<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Shedding Some Light</title>
	<atom:link href="http://rickschummer.com/blog2/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://rickschummer.com/blog2</link>
	<description>Shedding some light on topics of software development, Visual FoxPro, saving our planet, paying it forward, and anything else I find important enough to share.</description>
	<lastBuildDate>Sun, 13 Jan 2019 18:50:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>Comment on Windows Server 2016: Installing Visual FoxPro 9 IDE by Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2016/11/windows-server-2016-installing-visual-foxpro-9-ide/comment-page-1/#comment-1467</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Sun, 13 Jan 2019 18:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1558#comment-1467</guid>
		<description>You can try running the VFP9 EXE as an Administrator to see if that is the problem. It is possibly the login ID you are under does not have access to the proper files. It sounds like you have a dependency in the code for SOAP. There are dependency files on the VFP 9 installer that should be installed as the first step and I believe one of the dependency files is related to SOAP, just in case you skipped this step in the install.

If none of this works, I recommend posting the issue on Foxite.com or LevelExtreme.com where smart people hang out to answer questions about Visual FoxPro.</description>
		<content:encoded><![CDATA[<p>You can try running the VFP9 EXE as an Administrator to see if that is the problem. It is possibly the login ID you are under does not have access to the proper files. It sounds like you have a dependency in the code for SOAP. There are dependency files on the VFP 9 installer that should be installed as the first step and I believe one of the dependency files is related to SOAP, just in case you skipped this step in the install.</p>
<p>If none of this works, I recommend posting the issue on Foxite.com or LevelExtreme.com where smart people hang out to answer questions about Visual FoxPro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Server 2016: Installing Visual FoxPro 9 IDE by Jim Mathewson</title>
		<link>http://rickschummer.com/blog2/2016/11/windows-server-2016-installing-visual-foxpro-9-ide/comment-page-1/#comment-1466</link>
		<dc:creator>Jim Mathewson</dc:creator>
		<pubDate>Sun, 16 Dec 2018 23:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1558#comment-1466</guid>
		<description>Hello Rick,

I am managing a legacy website which has a VFP back-end. 

The data preparation for this website is prepared in a much larger system which was custom-built to manage my wholesale import business, which I sold in 2009. We still use the relevant portions of this project to manage the website. The VFP project was installed in 2012 on Server 8 and has served us well since that time.

The company&#039;s current ERP is Microsoft Dynamics NAV, from which I extract the data from MSSQL and transfer it to VFP. 

My problem is that we recently upgraded to Server 2016 and I am unable to complete my setup in this new environment.

I followed your instructions carefully but when I run the following instruction, nothing happens:

vfp9.exe /regserver

The program is available but it is not added to the registry and there is no error message.

Despite the above, most VFP activities seem to run well including:
     - reports with embedded photos
     - OLE automation with Excel
     - ADO.NET connection to MSSQL
     - ODBC connection to the MySQL website database

but for one crucial activity, I get errors - I am unable to generate an EXE for the main project which is required to build all the data files for the website API.
I suspect this may happen because VFP is not registered.

When I try to build, I get the error message &quot;Type Library MMSoap.SoapClient30 not found.&quot; (near the end of the build)

Looking for another way out, I tried to run a copy of the EXE from the old installation on the new server, but I get this message: &quot;Cannot locate the Microsoft Visual Foxpro support library&quot;

I am out of ideas and have very little experience with this type of problem.

Your advice would be greatly appreciated,

Jim Mathewson</description>
		<content:encoded><![CDATA[<p>Hello Rick,</p>
<p>I am managing a legacy website which has a VFP back-end. </p>
<p>The data preparation for this website is prepared in a much larger system which was custom-built to manage my wholesale import business, which I sold in 2009. We still use the relevant portions of this project to manage the website. The VFP project was installed in 2012 on Server 8 and has served us well since that time.</p>
<p>The company&#8217;s current ERP is Microsoft Dynamics NAV, from which I extract the data from MSSQL and transfer it to VFP. </p>
<p>My problem is that we recently upgraded to Server 2016 and I am unable to complete my setup in this new environment.</p>
<p>I followed your instructions carefully but when I run the following instruction, nothing happens:</p>
<p>vfp9.exe /regserver</p>
<p>The program is available but it is not added to the registry and there is no error message.</p>
<p>Despite the above, most VFP activities seem to run well including:<br />
     &#8211; reports with embedded photos<br />
     &#8211; OLE automation with Excel<br />
     &#8211; ADO.NET connection to MSSQL<br />
     &#8211; ODBC connection to the MySQL website database</p>
<p>but for one crucial activity, I get errors &#8211; I am unable to generate an EXE for the main project which is required to build all the data files for the website API.<br />
I suspect this may happen because VFP is not registered.</p>
<p>When I try to build, I get the error message &#8220;Type Library MMSoap.SoapClient30 not found.&#8221; (near the end of the build)</p>
<p>Looking for another way out, I tried to run a copy of the EXE from the old installation on the new server, but I get this message: &#8220;Cannot locate the Microsoft Visual Foxpro support library&#8221;</p>
<p>I am out of ideas and have very little experience with this type of problem.</p>
<p>Your advice would be greatly appreciated,</p>
<p>Jim Mathewson</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual FoxPro Application Performance questions by Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2016/03/visual-foxpro-application-performance-questions/comment-page-1/#comment-1453</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Tue, 19 Apr 2016 22:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1520#comment-1453</guid>
		<description>Hi Paul, glad to hear this post was helpful. Kaspersky should allow you to exclude the app and app data folders. I&#039;m surprised they recommended turning off the service. Certainly AV software should not get in the way to the extent of your performance observations.</description>
		<content:encoded><![CDATA[<p>Hi Paul, glad to hear this post was helpful. Kaspersky should allow you to exclude the app and app data folders. I&#8217;m surprised they recommended turning off the service. Certainly AV software should not get in the way to the extent of your performance observations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual FoxPro Application Performance questions by Paul Becker</title>
		<link>http://rickschummer.com/blog2/2016/03/visual-foxpro-application-performance-questions/comment-page-1/#comment-1452</link>
		<dc:creator>Paul Becker</dc:creator>
		<pubDate>Tue, 19 Apr 2016 20:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1520#comment-1452</guid>
		<description>Hi Rick,

Thanks for this article. I was experiencing a major slowdown in loading a networked app over a peer to peer network on two Windows 7 machines. The app now takes 6 minutes to load. The data is over the network, but the exes are local. Using the coverage profiler I was able to see that a simple USE command took 4-8 seconds to complete, so I know it has to do with accessing the data on a networked machine. 

The anti virus possibility got my interest. We have Kaspersky on our system which allows fine tuned control over its features. I tested the app with each individual feature off. When I turned off a feature called System Watcher the app loaded in less than 30 seconds. Turn it on and takes 6 minutes. 

I tried to enter an exception in Kaspersky but nothing I entered changed anything. Kaspersky tech support says my only option is to turn off System Watcher. 

So thanks for the guidance. It helped me a lot.

Paul Becker</description>
		<content:encoded><![CDATA[<p>Hi Rick,</p>
<p>Thanks for this article. I was experiencing a major slowdown in loading a networked app over a peer to peer network on two Windows 7 machines. The app now takes 6 minutes to load. The data is over the network, but the exes are local. Using the coverage profiler I was able to see that a simple USE command took 4-8 seconds to complete, so I know it has to do with accessing the data on a networked machine. </p>
<p>The anti virus possibility got my interest. We have Kaspersky on our system which allows fine tuned control over its features. I tested the app with each individual feature off. When I turned off a feature called System Watcher the app loaded in less than 30 seconds. Turn it on and takes 6 minutes. </p>
<p>I tried to enter an exception in Kaspersky but nothing I entered changed anything. Kaspersky tech support says my only option is to turn off System Watcher. </p>
<p>So thanks for the guidance. It helped me a lot.</p>
<p>Paul Becker</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual FoxPro Application Performance questions by munir ahmad</title>
		<link>http://rickschummer.com/blog2/2016/03/visual-foxpro-application-performance-questions/comment-page-1/#comment-1451</link>
		<dc:creator>munir ahmad</dc:creator>
		<pubDate>Fri, 25 Mar 2016 15:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1520#comment-1451</guid>
		<description>I find best performance of  Visual FoxPro Application with (database sql server2000/2005/2008 on o.s. Window 7 / windows 2008) on network with 1 gb connectivity. I like Visual FoxPro Application.</description>
		<content:encoded><![CDATA[<p>I find best performance of  Visual FoxPro Application with (database sql server2000/2005/2008 on o.s. Window 7 / windows 2008) on network with 1 gb connectivity. I like Visual FoxPro Application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by Joel</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1447</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 28 Sep 2015 17:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1447</guid>
		<description>Microsoft recently added VB6 &quot;It Just Works&quot; support for Windows 10.

https://msdn.microsoft.com/en-us/vstudio/ms788708.aspx

It would still be nice to get this level of support for VFP 9.0 runtimes.  Heck, given the changes in the last couple of years, maybe they&#039;d be agreeable to making it open source.  I won&#039;t hold my breath on either account.</description>
		<content:encoded><![CDATA[<p>Microsoft recently added VB6 &#8220;It Just Works&#8221; support for Windows 10.</p>
<p><a href="https://msdn.microsoft.com/en-us/vstudio/ms788708.aspx" rel="nofollow">https://msdn.microsoft.com/en-us/vstudio/ms788708.aspx</a></p>
<p>It would still be nice to get this level of support for VFP 9.0 runtimes.  Heck, given the changes in the last couple of years, maybe they&#8217;d be agreeable to making it open source.  I won&#8217;t hold my breath on either account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An &#8220;IT Miracle&#8221; and a lot of luck is not the best plan! by Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2015/07/an-it-miracle-and-a-lot-of-luck-is-not-the-best-plan/comment-page-1/#comment-1445</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Tue, 21 Jul 2015 16:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1485#comment-1445</guid>
		<description>&lt;a href=&quot;#comment-1444&quot; rel=&quot;nofollow&quot;&gt;@PilotBob &lt;/a&gt; 
The initial ransom is $500, but according to sources, this doubles after two weeks, and then after 30 days the keys are no longer available.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1444" rel="nofollow">@PilotBob </a><br />
The initial ransom is $500, but according to sources, this doubles after two weeks, and then after 30 days the keys are no longer available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An &#8220;IT Miracle&#8221; and a lot of luck is not the best plan! by PilotBob</title>
		<link>http://rickschummer.com/blog2/2015/07/an-it-miracle-and-a-lot-of-luck-is-not-the-best-plan/comment-page-1/#comment-1444</link>
		<dc:creator>PilotBob</dc:creator>
		<pubDate>Tue, 21 Jul 2015 16:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1485#comment-1444</guid>
		<description>Nice story. I&#039;m curious, how much was the ransom?</description>
		<content:encoded><![CDATA[<p>Nice story. I&#8217;m curious, how much was the ransom?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An &#8220;IT Miracle&#8221; and a lot of luck is not the best plan! by Mike Lewis</title>
		<link>http://rickschummer.com/blog2/2015/07/an-it-miracle-and-a-lot-of-luck-is-not-the-best-plan/comment-page-1/#comment-1443</link>
		<dc:creator>Mike Lewis</dc:creator>
		<pubDate>Tue, 21 Jul 2015 11:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1485#comment-1443</guid>
		<description>What a terrific story, Rick. I started reading it in my lunch break, and was so immersed in it that my sandwich remained un-eaten and my tea had got cold. I&#039;m so glad you didn&#039;t have to pay off the criminals. Thanks for sharing this.

Mike</description>
		<content:encoded><![CDATA[<p>What a terrific story, Rick. I started reading it in my lunch break, and was so immersed in it that my sandwich remained un-eaten and my tea had got cold. I&#8217;m so glad you didn&#8217;t have to pay off the criminals. Thanks for sharing this.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by VB6 Programming</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1432</link>
		<dc:creator>VB6 Programming</dc:creator>
		<pubDate>Fri, 08 Aug 2014 07:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1432</guid>
		<description>To get &quot;It just works&quot; support from Microsoft, I suggest ...

1) Create a call on the Microsoft UserVoice site like this one (about the VB6 programming language):-
     http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi
 and get as many votes as possible

2) Contact as many people within Microsoft as you can - by phone, email, Facebook, Twitter, etc.  - and keep contacting them.

3) Get as much publicity as you can in magazines and on websites. Such as
     http://www.i-programmer.info/news/136-open-source/7454-microsoft-refuses-to-open-source-vb6.html</description>
		<content:encoded><![CDATA[<p>To get &#8220;It just works&#8221; support from Microsoft, I suggest &#8230;</p>
<p>1) Create a call on the Microsoft UserVoice site like this one (about the VB6 programming language):-<br />
     <a href="http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi" rel="nofollow">http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi</a><br />
 and get as many votes as possible</p>
<p>2) Contact as many people within Microsoft as you can &#8211; by phone, email, Facebook, Twitter, etc.  &#8211; and keep contacting them.</p>
<p>3) Get as much publicity as you can in magazines and on websites. Such as<br />
     <a href="http://www.i-programmer.info/news/136-open-source/7454-microsoft-refuses-to-open-source-vb6.html" rel="nofollow">http://www.i-programmer.info/news/136-open-source/7454-microsoft-refuses-to-open-source-vb6.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UT Magazine &#8211; Revived by Bryan</title>
		<link>http://rickschummer.com/blog2/2008/03/ut-magazine-revived/comment-page-1/#comment-1431</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Sun, 27 Jul 2014 02:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2008/03/ut-magazine-revived/#comment-1431</guid>
		<description>Tod,I don&#039;t think the 64-bit is an  excuse  as much as it is their resoan for moving forward. Look, they dumped FrontPage to recreate Express. VB 6 into VB.Net. VB 6 is never going to be 64-bit either.I think your points about FoxPro&#039;s appeal are very valid   but if your resoan for not jumping to C# is Rushmore with Native DBF support, then I think you&#039;ve shown why they would never do it.They want developers to embrace the LINQ model, SQL server DOES have rushmore technology now, so you&#039;ve got an OLE DB provider to give you DBF support, LINQ to give you data access and now what is there to keep you in Visual FoxPro and not in C#?My answer would be the overall architecture of the IDE. The entire  hack it yourself  approach, while yes, you can do it in Microsoft&#039;s newer environments, they just don&#039;t feel the same. I know that sounds fairly  vague  or  sentimental  but I think it&#039;s a valid statement. Vista (or its server successor Longhorn) is Microsoft&#039;s last 64-bit OS   after that, they will be rebuilding (yet again). If they could recreate FoxPro in a 64-bit IDE offering but with native DBF support (as well as SQL, etc), would that be the solution? Well, Microsoft wants their languages to be VB or C#. You want something else? Build it yourself. Someone mentioned something to me about a possible VFP-syntax like addition to the CLR. Then you work in the Visual Studio IDE (which Microsoft wants) but have your own language. (The FoxPro DotNet toolkit was one   not sure if there&#039;s another initiative)Would that answer the demands of VFP developers world-wide? Sadly, I don&#039;t think it would. Just my two cents.</description>
		<content:encoded><![CDATA[<p>Tod,I don&#8217;t think the 64-bit is an  excuse  as much as it is their resoan for moving forward. Look, they dumped FrontPage to recreate Express. VB 6 into VB.Net. VB 6 is never going to be 64-bit either.I think your points about FoxPro&#8217;s appeal are very valid   but if your resoan for not jumping to C# is Rushmore with Native DBF support, then I think you&#8217;ve shown why they would never do it.They want developers to embrace the LINQ model, SQL server DOES have rushmore technology now, so you&#8217;ve got an OLE DB provider to give you DBF support, LINQ to give you data access and now what is there to keep you in Visual FoxPro and not in C#?My answer would be the overall architecture of the IDE. The entire  hack it yourself  approach, while yes, you can do it in Microsoft&#8217;s newer environments, they just don&#8217;t feel the same. I know that sounds fairly  vague  or  sentimental  but I think it&#8217;s a valid statement. Vista (or its server successor Longhorn) is Microsoft&#8217;s last 64-bit OS   after that, they will be rebuilding (yet again). If they could recreate FoxPro in a 64-bit IDE offering but with native DBF support (as well as SQL, etc), would that be the solution? Well, Microsoft wants their languages to be VB or C#. You want something else? Build it yourself. Someone mentioned something to me about a possible VFP-syntax like addition to the CLR. Then you work in the Visual Studio IDE (which Microsoft wants) but have your own language. (The FoxPro DotNet toolkit was one   not sure if there&#8217;s another initiative)Would that answer the demands of VFP developers world-wide? Sadly, I don&#8217;t think it would. Just my two cents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by CarlBerTech</title>
		<link>http://rickschummer.com/blog2/2013/08/vfpx-open-source-treasure-for-the-vfp-developer-2/comment-page-1/#comment-1424</link>
		<dc:creator>CarlBerTech</dc:creator>
		<pubDate>Sat, 09 Nov 2013 05:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1418#comment-1424</guid>
		<description>good news for vfp developers !
Thanks.</description>
		<content:encoded><![CDATA[<p>good news for vfp developers !<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by Luis Maria Guayan</title>
		<link>http://rickschummer.com/blog2/2013/08/vfpx-open-source-treasure-for-the-vfp-developer-2/comment-page-1/#comment-1420</link>
		<dc:creator>Luis Maria Guayan</dc:creator>
		<pubDate>Wed, 28 Aug 2013 18:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1418#comment-1420</guid>
		<description>Congratulations, today I saw that the book is for sale!</description>
		<content:encoded><![CDATA[<p>Congratulations, today I saw that the book is for sale!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2012/06/vfpx-open-source-treasure-for-the-vfp-developer/comment-page-1/#comment-1417</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Tue, 06 Aug 2013 23:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1340#comment-1417</guid>
		<description>It is all up to the publisher. The book has been done for many months.</description>
		<content:encoded><![CDATA[<p>It is all up to the publisher. The book has been done for many months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by john galvin</title>
		<link>http://rickschummer.com/blog2/2012/06/vfpx-open-source-treasure-for-the-vfp-developer/comment-page-1/#comment-1416</link>
		<dc:creator>john galvin</dc:creator>
		<pubDate>Tue, 06 Aug 2013 14:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1340#comment-1416</guid>
		<description>any sign of the book ? that was over a year ago ?</description>
		<content:encoded><![CDATA[<p>any sign of the book ? that was over a year ago ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by Kevin</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1414</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 18 Jul 2013 15:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1414</guid>
		<description>Extended runtime support would be extremely beneficial, if only for giving peace of mind to people who are relying on FoxPro right now.  At my company, we have a Visual FoxPro 9 database system with about 200K lines of code, with hundreds of tables and hundreds of report forms.  The system is absolutely critical to the operation of the business.  The concern is that a new version or new upgrade to an existing version of Windows will be incompatible with VFP 9, and then what do we do?  We have been slowly moving data out of FoxPro into Postgres, which generally gives an immediate performance boost and we think should be easier to work with in the event we have to change the front end to .NET or something else.  My hope is that one of the projects floating around, such as PolarFox, will give us a supported upgrade path while allowing us to use our current code, but I don&#039;t know how realistic that is.

What is the thinking among developers now? Is there a belief that the installed base of VFP is still too big for Microsoft to release (within the next 10 or so years) a version of Windows that is incompatible with VFP?</description>
		<content:encoded><![CDATA[<p>Extended runtime support would be extremely beneficial, if only for giving peace of mind to people who are relying on FoxPro right now.  At my company, we have a Visual FoxPro 9 database system with about 200K lines of code, with hundreds of tables and hundreds of report forms.  The system is absolutely critical to the operation of the business.  The concern is that a new version or new upgrade to an existing version of Windows will be incompatible with VFP 9, and then what do we do?  We have been slowly moving data out of FoxPro into Postgres, which generally gives an immediate performance boost and we think should be easier to work with in the event we have to change the front end to .NET or something else.  My hope is that one of the projects floating around, such as PolarFox, will give us a supported upgrade path while allowing us to use our current code, but I don&#8217;t know how realistic that is.</p>
<p>What is the thinking among developers now? Is there a belief that the installed base of VFP is still too big for Microsoft to release (within the next 10 or so years) a version of Windows that is incompatible with VFP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by Byron</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1411</link>
		<dc:creator>Byron</dc:creator>
		<pubDate>Sun, 26 May 2013 16:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1411</guid>
		<description>I forgot to say it was Excel 360</description>
		<content:encoded><![CDATA[<p>I forgot to say it was Excel 360</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by Byron</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1410</link>
		<dc:creator>Byron</dc:creator>
		<pubDate>Sun, 26 May 2013 16:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1410</guid>
		<description>I thought all was working well until I tried an ADO routine that works well on Windows 7 to import the xlsx format file and the ADO.connect does not connect.

Has anyone else seen this?</description>
		<content:encoded><![CDATA[<p>I thought all was working well until I tried an ADO routine that works well on Windows 7 to import the xlsx format file and the ADO.connect does not connect.</p>
<p>Has anyone else seen this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red Gate Reflector License Give-away by Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2011/03/red-gate-reflector-license-give-away/comment-page-1/#comment-1407</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Fri, 10 May 2013 22:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1209#comment-1407</guid>
		<description>Hi Pete, 

You certainly have the right to your own opinion on the subject. If the product is not worth the price or you can find another free tool to use, use it. Heck, write a competitor to the product and give it away for free while supporting every developer who uses it.

However, it is my observation that most developers are just plain too cheap to buy things that can save them time and frustration. They also are very vocal about issues they have with freebies. My observations are based on selling tools *and* working on a large open source project where no good deed is left unpunished. 

Good luck with your development. Let me know when your Reflector competitor is ready to ship so I can help market it for you.

Rick</description>
		<content:encoded><![CDATA[<p>Hi Pete, </p>
<p>You certainly have the right to your own opinion on the subject. If the product is not worth the price or you can find another free tool to use, use it. Heck, write a competitor to the product and give it away for free while supporting every developer who uses it.</p>
<p>However, it is my observation that most developers are just plain too cheap to buy things that can save them time and frustration. They also are very vocal about issues they have with freebies. My observations are based on selling tools *and* working on a large open source project where no good deed is left unpunished. </p>
<p>Good luck with your development. Let me know when your Reflector competitor is ready to ship so I can help market it for you.</p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red Gate Reflector License Give-away by Pete</title>
		<link>http://rickschummer.com/blog2/2011/03/red-gate-reflector-license-give-away/comment-page-1/#comment-1406</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 10 May 2013 20:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1209#comment-1406</guid>
		<description>Sorry Rick, but I think you&#039;re missing the point.

RedGate: &quot;Our commitment is to maintain an amazing free tool that will continue to benefit the community while seeking input from users on way sto make .NET reflector even more valuable.&quot;

So that was their &quot;commitment&quot; which they didn&#039;t hold to. And have you noticed that original $20 price and then your $35 price are now $95-$295??? $95 is a few more pizzas. 

Bottom line is it was stupid. They say they didn&#039;t have a choice. Of course they had a choice: They could have just released the code to open source and eaten the loss if they couldn&#039;t afford to continue the development.</description>
		<content:encoded><![CDATA[<p>Sorry Rick, but I think you&#8217;re missing the point.</p>
<p>RedGate: &#8220;Our commitment is to maintain an amazing free tool that will continue to benefit the community while seeking input from users on way sto make .NET reflector even more valuable.&#8221;</p>
<p>So that was their &#8220;commitment&#8221; which they didn&#8217;t hold to. And have you noticed that original $20 price and then your $35 price are now $95-$295??? $95 is a few more pizzas. </p>
<p>Bottom line is it was stupid. They say they didn&#8217;t have a choice. Of course they had a choice: They could have just released the code to open source and eaten the loss if they couldn&#8217;t afford to continue the development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by John F</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1405</link>
		<dc:creator>John F</dc:creator>
		<pubDate>Fri, 03 May 2013 16:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1405</guid>
		<description>I&#039;m finding it running massively faster than on Windows 7 - there are no more of the memory issues
I use it every day for maintaining massive amounts of data and the Rushmore Optimisation is important to allow me to number crunch at high speed
I don&#039;t know what happened to the OS architecture between Windows 7 and Windows 8 - I don&#039;t care - I just works</description>
		<content:encoded><![CDATA[<p>I&#8217;m finding it running massively faster than on Windows 7 &#8211; there are no more of the memory issues<br />
I use it every day for maintaining massive amounts of data and the Rushmore Optimisation is important to allow me to number crunch at high speed<br />
I don&#8217;t know what happened to the OS architecture between Windows 7 and Windows 8 &#8211; I don&#8217;t care &#8211; I just works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Community Megaphone Podcast: FoxPro by wOOdy</title>
		<link>http://rickschummer.com/blog2/2011/03/community-megaphone-podcast-foxpro/comment-page-1/#comment-1402</link>
		<dc:creator>wOOdy</dc:creator>
		<pubDate>Wed, 16 Jan 2013 08:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1227#comment-1402</guid>
		<description>Unfortunately that link points into Nowhere land. 
Anyone with a working copy?</description>
		<content:encoded><![CDATA[<p>Unfortunately that link points into Nowhere land.<br />
Anyone with a working copy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FoxPro: What does the name mean to customers? by It&#8217;s So Gray: Introduction &#124; Kevin Ragsdale</title>
		<link>http://rickschummer.com/blog2/2005/06/foxpro-what-does-the-name-mean-to-customers/comment-page-1/#comment-1401</link>
		<dc:creator>It&#8217;s So Gray: Introduction &#124; Kevin Ragsdale</dc:creator>
		<pubDate>Wed, 26 Dec 2012 22:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2005/06/foxpro-what-does-the-name-mean-to-customers/#comment-1401</guid>
		<description>[...] to notice a common theme in the Fox blogosphere. People were talking about how much their clients hated THE FoxPro, and a few bloggers (namely, the Craig’s – Bailey and Boyd), began talking about how we, as Fox [...]</description>
		<content:encoded><![CDATA[<p>[...] to notice a common theme in the Fox blogosphere. People were talking about how much their clients hated THE FoxPro, and a few bloggers (namely, the Craig’s – Bailey and Boyd), began talking about how we, as Fox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 gotcha with Visual FoxPro Apps by mukminan</title>
		<link>http://rickschummer.com/blog2/2010/11/windows-7-gotcha-with-visual-foxpro-apps/comment-page-1/#comment-1399</link>
		<dc:creator>mukminan</dc:creator>
		<pubDate>Mon, 26 Nov 2012 23:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1169#comment-1399</guid>
		<description>how to pack so overcome visual foxpro 9.0 can not find its location on windows 7. when installed in windows xp can,, made ​​me dizzy</description>
		<content:encoded><![CDATA[<p>how to pack so overcome visual foxpro 9.0 can not find its location on windows 7. when installed in windows xp can,, made ​​me dizzy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 gotcha with Visual FoxPro Apps by Kamran Kazemi</title>
		<link>http://rickschummer.com/blog2/2010/11/windows-7-gotcha-with-visual-foxpro-apps/comment-page-1/#comment-1397</link>
		<dc:creator>Kamran Kazemi</dc:creator>
		<pubDate>Wed, 14 Nov 2012 11:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1169#comment-1397</guid>
		<description>We are having some issues with Windows 7 virtual store.  Our VB6 Application gets installed in program files folder on client pcs.  We use the application installation directory to create temporary files for various reasons.

We always create a FoxPro 2.6 database file for doing mail merges to Word or running some Crystal Reports.  With windows 7 virtual store turned on, it seems that the FoxPro tables that do not have memo fields get created successfully but as soon as we attempt at creating a DBF file containing memo fields, the actual FPT file gets created but it has 0 bytes.  I have looked at the actual FPT file in note pad and there is absolutely nothing there.  However, all other files like DBF, INF and any CDX files get created successfully.

On the same pc, if we turn the virtual store off, everything works perfectly.  Obviously, the files get created in the application installation folder rather than being virtualised.

I just cannot understand why all other INF, CDX and DBF files get virtualised correctly but the FPT file gets stuffed.  I cannot open the DBF file because of the fact that the FPT file is corrup.

Would greatly appreciate anyone&#039;s thoughts on this.</description>
		<content:encoded><![CDATA[<p>We are having some issues with Windows 7 virtual store.  Our VB6 Application gets installed in program files folder on client pcs.  We use the application installation directory to create temporary files for various reasons.</p>
<p>We always create a FoxPro 2.6 database file for doing mail merges to Word or running some Crystal Reports.  With windows 7 virtual store turned on, it seems that the FoxPro tables that do not have memo fields get created successfully but as soon as we attempt at creating a DBF file containing memo fields, the actual FPT file gets created but it has 0 bytes.  I have looked at the actual FPT file in note pad and there is absolutely nothing there.  However, all other files like DBF, INF and any CDX files get created successfully.</p>
<p>On the same pc, if we turn the virtual store off, everything works perfectly.  Obviously, the files get created in the application installation folder rather than being virtualised.</p>
<p>I just cannot understand why all other INF, CDX and DBF files get virtualised correctly but the FPT file gets stuffed.  I cannot open the DBF file because of the fact that the FPT file is corrup.</p>
<p>Would greatly appreciate anyone&#8217;s thoughts on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft: How does Visual FoxPro get &#8220;It Just Works&#8221; support? by Anonymous</title>
		<link>http://rickschummer.com/blog2/2012/06/microsoft-how-does-visual-foxpro-get-it-just-works-support/comment-page-1/#comment-1394</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 24 Sep 2012 11:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1329#comment-1394</guid>
		<description>visual foxpro is very very good language tool for us
please upgrade it upto computer life or upto life of sun &amp; earth</description>
		<content:encoded><![CDATA[<p>visual foxpro is very very good language tool for us<br />
please upgrade it upto computer life or upto life of sun &amp; earth</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by Inyang John Inyang</title>
		<link>http://rickschummer.com/blog2/2012/06/vfpx-open-source-treasure-for-the-vfp-developer/comment-page-1/#comment-1372</link>
		<dc:creator>Inyang John Inyang</dc:creator>
		<pubDate>Wed, 20 Jun 2012 19:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1340#comment-1372</guid>
		<description>At last we have something we can at least fall back on, especially being published in 2012! I can&#039;t wait!! Thanks a lot in advance...for a job well done.</description>
		<content:encoded><![CDATA[<p>At last we have something we can at least fall back on, especially being published in 2012! I can&#8217;t wait!! Thanks a lot in advance&#8230;for a job well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by Mohammad Zaheer</title>
		<link>http://rickschummer.com/blog2/2012/06/vfpx-open-source-treasure-for-the-vfp-developer/comment-page-1/#comment-1370</link>
		<dc:creator>Mohammad Zaheer</dc:creator>
		<pubDate>Tue, 19 Jun 2012 21:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1340#comment-1370</guid>
		<description>Good news for such developer like me who love VFP. Good luck!</description>
		<content:encoded><![CDATA[<p>Good news for such developer like me who love VFP. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by wOOdy</title>
		<link>http://rickschummer.com/blog2/2012/06/vfpx-open-source-treasure-for-the-vfp-developer/comment-page-1/#comment-1369</link>
		<dc:creator>wOOdy</dc:creator>
		<pubDate>Sat, 16 Jun 2012 07:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1340#comment-1369</guid>
		<description>woah! That&#039;s great news!  Congratulation to all authors!
Looking forward to get my hands on this....

wOOdy</description>
		<content:encoded><![CDATA[<p>woah! That&#8217;s great news!  Congratulation to all authors!<br />
Looking forward to get my hands on this&#8230;.</p>
<p>wOOdy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VFPX: Open Source Treasure for the VFP Developer by Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2012/06/vfpx-open-source-treasure-for-the-vfp-developer/comment-page-1/#comment-1368</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Sat, 16 Jun 2012 00:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/?p=1340#comment-1368</guid>
		<description>Good point Mark, but do know that many of the projects are released and mature, which is why this was good timing for the book. Also, we are noting the release date for each of the chapters so people have a base expectation of how close the material is to the current release of the project. We also have done a remarkable job of keeping the chapters up to date even through this process.</description>
		<content:encoded><![CDATA[<p>Good point Mark, but do know that many of the projects are released and mature, which is why this was good timing for the book. Also, we are noting the release date for each of the chapters so people have a base expectation of how close the material is to the current release of the project. We also have done a remarkable job of keeping the chapters up to date even through this process.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
