<?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: VFP: Grid Header Pictures</title>
	<atom:link href="http://rickschummer.com/blog2/2008/12/vfp-grid-header-pictures/feed" rel="self" type="application/rss+xml" />
	<link>http://rickschummer.com/blog2/2008/12/vfp-grid-header-pictures/</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/2008/12/vfp-grid-header-pictures/comment-page-1/#comment-597</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2008/12/vfp-grid-header-pictures/#comment-597</guid>
		<description>Hi Mike,&lt;br /&gt;&lt;br /&gt;Yes, I completely agree with your comments here, and this is exactly what was happening in the code. But no images were shown until I put them in a folder underneath the project folder.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Yes, I completely agree with your comments here, and this is exactly what was happening in the code. But no images were shown until I put them in a folder underneath the project folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://rickschummer.com/blog2/2008/12/vfp-grid-header-pictures/comment-page-1/#comment-598</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2008/12/vfp-grid-header-pictures/#comment-598</guid>
		<description>Hi Rick,&lt;br /&gt;&lt;br /&gt;I you type just the file name in the property sheet, or use the lookup button for the property, VFP adds a relative path to the file name.  If that path isn&#039;t relative to the project file, VFP can&#039;t seem to resolve it in a compiled application.  The way we get around that is to enter just the filename (no path) as an &lt;b&gt;expression&lt;/b&gt;.  You can do that by setting the property programmatically, or by entering it in the property sheet like this:&lt;br /&gt;=&quot;Image.BMP&quot;&lt;br /&gt;Note the equal (=) and the string delimiters (&quot;).  During development, the file will be found as long as it is anywhere in your VFP path.  When the image is compiled into an application, the app can always find it.</description>
		<content:encoded><![CDATA[<p>Hi Rick,</p>
<p>I you type just the file name in the property sheet, or use the lookup button for the property, VFP adds a relative path to the file name.  If that path isn&#8217;t relative to the project file, VFP can&#8217;t seem to resolve it in a compiled application.  The way we get around that is to enter just the filename (no path) as an <b>expression</b>.  You can do that by setting the property programmatically, or by entering it in the property sheet like this:<br />=&#8221;Image.BMP&#8221;<br />Note the equal (=) and the string delimiters (&#8220;).  During development, the file will be found as long as it is anywhere in your VFP path.  When the image is compiled into an application, the app can always find it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
