<?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 on: Paying It Forward VFP Tips &#8211; IntelliSense</title>
	<atom:link href="http://rickschummer.com/blog2/2005/04/paying-it-forward-vfp-tips-intellisense/feed" rel="self" type="application/rss+xml" />
	<link>http://rickschummer.com/blog2/2005/04/paying-it-forward-vfp-tips-intellisense/</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>By: Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2005/04/paying-it-forward-vfp-tips-intellisense/comment-page-1/#comment-1107</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Thu, 21 Apr 2005 00:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2005/04/paying-it-forward-vfp-tips-intellisense/#comment-1107</guid>
		<description>Nice addition Andy! I am looking forward to watching your FoxCast when it becomes available. Unfortunately I will not be able to attend the live version, but that is the beauty of FoxCast. Developers can watch it when ever they have the time. Your IntelliSense session is one of those sessions you can listen to several times and learn something new each time.</description>
		<content:encoded><![CDATA[<p>Nice addition Andy! I am looking forward to watching your FoxCast when it becomes available. Unfortunately I will not be able to attend the live version, but that is the beauty of FoxCast. Developers can watch it when ever they have the time. Your IntelliSense session is one of those sessions you can listen to several times and learn something new each time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kramek</title>
		<link>http://rickschummer.com/blog2/2005/04/paying-it-forward-vfp-tips-intellisense/comment-page-1/#comment-1108</link>
		<dc:creator>Andy Kramek</dc:creator>
		<pubDate>Thu, 21 Apr 2005 00:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2005/04/paying-it-forward-vfp-tips-intellisense/#comment-1108</guid>
		<description>Of course, you could just use BOTH scripts. Modifying the test for specific variable prefixes in my script so that if what the user typed is not found the UserTyped property on the passed in FoxCode object is replaced with &quot;zloc&quot; as follows:&lt;br /&gt;  IF NOT INLIST( lcKey , &quot;lc&quot;, &quot;ln&quot;, &quot;ll&quot;, &quot;lo&quot;, &quot;lu&quot;, &quot;ld&quot;, &quot;lt&quot;, ;&lt;br /&gt;                         &quot;tc&quot;, &quot;tn&quot;, &quot;tl&quot;, &quot;to&quot;, &quot;tu&quot;, &quot;td&quot;, &quot;tt&quot; ) &lt;br /&gt; loFoxCode.UserTyped = &quot;zloc&quot;&lt;br /&gt;    RETURN .F.&lt;br /&gt;  ENDIF&lt;br /&gt;&lt;br /&gt;Now you have the best of both worlds. The ability to filter variables by the prefix, but if there is nothing found with the prefix you automatically get the list of all declared variables afterwards....</description>
		<content:encoded><![CDATA[<p>Of course, you could just use BOTH scripts. Modifying the test for specific variable prefixes in my script so that if what the user typed is not found the UserTyped property on the passed in FoxCode object is replaced with &#8220;zloc&#8221; as follows:<br />  IF NOT INLIST( lcKey , &#8220;lc&#8221;, &#8220;ln&#8221;, &#8220;ll&#8221;, &#8220;lo&#8221;, &#8220;lu&#8221;, &#8220;ld&#8221;, &#8220;lt&#8221;, ;<br />                         &#8220;tc&#8221;, &#8220;tn&#8221;, &#8220;tl&#8221;, &#8220;to&#8221;, &#8220;tu&#8221;, &#8220;td&#8221;, &#8220;tt&#8221; ) <br /> loFoxCode.UserTyped = &#8220;zloc&#8221;<br />    RETURN .F.<br />  ENDIF</p>
<p>Now you have the best of both worlds. The ability to filter variables by the prefix, but if there is nothing found with the prefix you automatically get the list of all declared variables afterwards&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
