<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Detecting Related Records</title>
	<link>http://sixfriedrice.com/wp/detecting-related-records/</link>
	<description>smart business solutions</description>
	<pubDate>Thu, 04 Dec 2008 20:53:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/detecting-related-records/#comment-679</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Sat, 06 Oct 2007 21:35:40 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/detecting-related-records/#comment-679</guid>
		<description>@barbara: I'm with you there. I used to use &lt;code&gt;IsValid()&lt;/code&gt; for this until I was...ahem...educated on the subject by the FileMaker luminary, Darren Terry several years ago. Luckily, it's not a hard habit to break. And I agree, I end up using &lt;code&gt;not IsEmpty()&lt;/code&gt; most often.</description>
		<content:encoded><![CDATA[<p>@barbara: I&#8217;m with you there. I used to use <code>IsValid()</code> for this until I was&#8230;ahem&#8230;educated on the subject by the FileMaker luminary, Darren Terry several years ago. Luckily, it&#8217;s not a hard habit to break. And I agree, I end up using <code>not IsEmpty()</code> most often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara Cooney</title>
		<link>http://sixfriedrice.com/wp/detecting-related-records/#comment-678</link>
		<dc:creator>Barbara Cooney</dc:creator>
		<pubDate>Sat, 06 Oct 2007 21:23:59 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/detecting-related-records/#comment-678</guid>
		<description>I've always used the &lt;code&gt;IsValid()&lt;/code&gt; before a GTTR. Hmm. I believe I was taught that it meant "if the relationship is valid..." 

I'll change to &lt;code&gt;not isempty()&lt;/code&gt;, because I typically setup my if elses to be 

&lt;pre&gt;&lt;code&gt;
If positive
 do something
else
 whatever
endif.
&lt;/code&gt;&lt;/pre&gt;

Gonna be hard to break the &lt;code&gt;isvalid()&lt;/code&gt; habit. Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always used the <code>IsValid()</code> before a GTTR. Hmm. I believe I was taught that it meant &#8220;if the relationship is valid&#8230;&#8221; </p>
<p>I&#8217;ll change to <code>not isempty()</code>, because I typically setup my if elses to be </p>
<pre><code>
If positive
 do something
else
 whatever
endif.
</code></pre>
<p>Gonna be hard to break the <code>isvalid()</code> habit. Thanks for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
