<?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: Dynamic Finds in FileMaker 10</title>
	<atom:link href="http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/</link>
	<description>smart business solutions</description>
	<lastBuildDate>Sun, 05 Sep 2010 17:37:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon Plint</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1913</link>
		<dc:creator>Simon Plint</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1913</guid>
		<description>Geoff, where can I get a copy of your &quot;tried and true Safe Find script&quot;?

Thank you for this technique. I can replace my current methodology of predefined search layouts with named objects.

Regards,
Simon.</description>
		<content:encoded><![CDATA[<p>Geoff, where can I get a copy of your &#8220;tried and true Safe Find script&#8221;?</p>
<p>Thank you for this technique. I can replace my current methodology of predefined search layouts with named objects.</p>
<p>Regards,<br />
Simon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney Stares</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1848</link>
		<dc:creator>Rodney Stares</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1848</guid>
		<description>Your tips are a real resource and greatly valued by me and other FileMaker developers in Scotland so this is a very, very minor point.

I think that on occasions - such as the Dynamic Finds example - when you use the word &quot;pass&quot; you may mean &quot;parse&quot;.  But then again I could be wrong. ;-)

Again many thanks for all your good work.

Rodney Stares
Edinburgh</description>
		<content:encoded><![CDATA[<p>Your tips are a real resource and greatly valued by me and other FileMaker developers in Scotland so this is a very, very minor point.</p>
<p>I think that on occasions &#8211; such as the Dynamic Finds example &#8211; when you use the word &#8220;pass&#8221; you may mean &#8220;parse&#8221;.  But then again I could be wrong. <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Again many thanks for all your good work.</p>
<p>Rodney Stares<br />
Edinburgh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trudi</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1796</link>
		<dc:creator>Trudi</dc:creator>
		<pubDate>Tue, 09 Jun 2009 02:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1796</guid>
		<description>Geoff thanks a million for the response.  How simple yet I had no idea!  Much Appreciated :)</description>
		<content:encoded><![CDATA[<p>Geoff thanks a million for the response.  How simple yet I had no idea!  Much Appreciated <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1792</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1792</guid>
		<description>Trudi:

The &lt;code&gt;Omit&lt;/code&gt; script step has two powers:

&lt;ul&gt;
&lt;li&gt;In &lt;em&gt;Browse&lt;/em&gt; mode, it omits the current record from the found set.&lt;/li&gt;
&lt;li&gt;In &lt;em&gt;Find&lt;/em&gt; mode, it sets the Omit checkbox you&#039;re referring to.&lt;/li&gt;
&lt;/ul&gt;

Geoff</description>
		<content:encoded><![CDATA[<p>Trudi:</p>
<p>The <code>Omit</code> script step has two powers:</p>
<ul>
<li>In <em>Browse</em> mode, it omits the current record from the found set.</li>
<li>In <em>Find</em> mode, it sets the Omit checkbox you&#8217;re referring to.</li>
</ul>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trudi Hennessy</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1789</link>
		<dc:creator>Trudi Hennessy</dc:creator>
		<pubDate>Wed, 03 Jun 2009 04:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1789</guid>
		<description>Just in regard to the dynamic find.  I have set up something similar to this (I am working on a funding applications database).  I have search criteria as records in a table and have written a script that creates find requests from this criteria but I&#039;m stuck on how to script it to check the OMIT box.  Is this something simple I&#039;m not seeing?  Any comments appreciated.</description>
		<content:encoded><![CDATA[<p>Just in regard to the dynamic find.  I have set up something similar to this (I am working on a funding applications database).  I have search criteria as records in a table and have written a script that creates find requests from this criteria but I&#8217;m stuck on how to script it to check the OMIT box.  Is this something simple I&#8217;m not seeing?  Any comments appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1655</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Sun, 08 Feb 2009 16:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1655</guid>
		<description>@Daniel Antunes

I&#039;m a green hand?I&#039;m very interesting of this dynamic finds technology.  Could you send me the FM file of this sample? And the FM file of FileMaker Dictionary Functions? 

Many many thanks!</description>
		<content:encoded><![CDATA[<p>@Daniel Antunes</p>
<p>I&#8217;m a green hand?I&#8217;m very interesting of this dynamic finds technology.  Could you send me the FM file of this sample? And the FM file of FileMaker Dictionary Functions? </p>
<p>Many many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1645</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 06 Feb 2009 06:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1645</guid>
		<description>Mikhail:

My two cents: a lot less clicks. Building dynamic find requests is, to me, one of the most tedious aspects of FileMaker scripting. Click click click click click click. With this method, you can construct a relatively complex, dynamic find request in one calculation.

Obviously, this is a matter of personal taste. There is no &lt;em&gt;new&lt;/em&gt; power here. Just a faster, easier way to get to what we already do. Just like the &lt;code&gt;Safe Find&lt;/code&gt; script Daniel mentions. It doesn&#039;t do anything you can&#039;t do yourself, but it turns three very common steps into one script call, and that makes me happy.

Geoff</description>
		<content:encoded><![CDATA[<p>Mikhail:</p>
<p>My two cents: a lot less clicks. Building dynamic find requests is, to me, one of the most tedious aspects of FileMaker scripting. Click click click click click click. With this method, you can construct a relatively complex, dynamic find request in one calculation.</p>
<p>Obviously, this is a matter of personal taste. There is no <em>new</em> power here. Just a faster, easier way to get to what we already do. Just like the <code>Safe Find</code> script Daniel mentions. It doesn&#8217;t do anything you can&#8217;t do yourself, but it turns three very common steps into one script call, and that makes me happy.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Val</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1639</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Thu, 05 Feb 2009 04:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1639</guid>
		<description>I believe the goal of this approach is to be context free... use one script for a search field appearing in different contexts.</description>
		<content:encoded><![CDATA[<p>I believe the goal of this approach is to be context free&#8230; use one script for a search field appearing in different contexts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Edoshin</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1637</link>
		<dc:creator>Mikhail Edoshin</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1637</guid>
		<description>@David:

Thanks, you&#039;re right about GetFieldName(). I haven&#039;t yet get used to it, I think :) At least this idea to use it to pass a field name dynamically didn&#039;t occur to me. As I saw the description of this function in FM 10 I assumed the most obvious use of it would be to be able to write code that works like the GetSummary() or GetNthRecord() functions, where you use a field as one of parameters and it gets processed as a field, not as a value. E.g. one could try to write a function like Get Present Value( base date, dates, amounts ) that takes field names for the last two parameters and then processes all values in these fields. But now I see the intent probably was to have a logical counterpart to the new Set Field by Name step.</description>
		<content:encoded><![CDATA[<p>@David:</p>
<p>Thanks, you&#8217;re right about GetFieldName(). I haven&#8217;t yet get used to it, I think <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  At least this idea to use it to pass a field name dynamically didn&#8217;t occur to me. As I saw the description of this function in FM 10 I assumed the most obvious use of it would be to be able to write code that works like the GetSummary() or GetNthRecord() functions, where you use a field as one of parameters and it gets processed as a field, not as a value. E.g. one could try to write a function like Get Present Value( base date, dates, amounts ) that takes field names for the last two parameters and then processes all values in these fields. But now I see the intent probably was to have a logical counterpart to the new Set Field by Name step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Graham</title>
		<link>http://sixfriedrice.com/wp/dynamic-finds-in-filemaker-10/comment-page-1/#comment-1636</link>
		<dc:creator>David Graham</dc:creator>
		<pubDate>Wed, 04 Feb 2009 18:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/?p=322#comment-1636</guid>
		<description>@Mikhail: 

If you use GetFieldName() -- as they&#039;ve done in this article -- the field names *do* automatically adjust if they are renamed. That said, while I&#039;m a big fan of SFR context-independent coding style, I too am failing to see a substantial benefit from this particular approach. I much prefer transparency even at the expense of a few extra lines of code; you never know when you are going to have to collaborate with others on a project!

- Dave</description>
		<content:encoded><![CDATA[<p>@Mikhail: </p>
<p>If you use GetFieldName() &#8212; as they&#8217;ve done in this article &#8212; the field names *do* automatically adjust if they are renamed. That said, while I&#8217;m a big fan of SFR context-independent coding style, I too am failing to see a substantial benefit from this particular approach. I much prefer transparency even at the expense of a few extra lines of code; you never know when you are going to have to collaborate with others on a project!</p>
<p>- Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
