<?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 FileMaker Hints, Tips and Tricks</title>
	<atom:link href="http://filemakertips.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://filemakertips.com</link>
	<description>Useful hints, tips and tricks for FileMaker Developers</description>
	<lastBuildDate>Fri, 27 Aug 2010 06:34:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Copy Records Data to Clipboard by Mick</title>
		<link>http://filemakertips.com/tips/copy-records-data-to-clipboard/comment-page-1/#comment-2032</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Fri, 27 Aug 2010 06:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/?p=17#comment-2032</guid>
		<description>Just use the Duplicate Record (ctrl D) to copy a record. Remeber FM is a database not a document - can you copy and paste records in Oracle or MA SQL?</description>
		<content:encoded><![CDATA[<p>Just use the Duplicate Record (ctrl D) to copy a record. Remeber FM is a database not a document &#8211; can you copy and paste records in Oracle or MA SQL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed Up Loops with Freeze Window by Mike Scott</title>
		<link>http://filemakertips.com/scripts/speed-up-loops-with-freeze-window/comment-page-1/#comment-1890</link>
		<dc:creator>Mike Scott</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/?p=16#comment-1890</guid>
		<description>Another good idea.  I tried this on a system that processes several thousand records (deleting, importing, grouping and finally looping through the final table to identify related records).  Using Freeze Window speeded things up a bit, but changing the layout views (where the processing takes place) to form view knocked 1.25 minutes of a 4 minute process.</description>
		<content:encoded><![CDATA[<p>Another good idea.  I tried this on a system that processes several thousand records (deleting, importing, grouping and finally looping through the final table to identify related records).  Using Freeze Window speeded things up a bit, but changing the layout views (where the processing takes place) to form view knocked 1.25 minutes of a 4 minute process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Function:  Get Number Suffix by Mike Scott</title>
		<link>http://filemakertips.com/custom-functions/custom-function-get-number-suffix/comment-page-1/#comment-1889</link>
		<dc:creator>Mike Scott</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/?p=24#comment-1889</guid>
		<description>I like it - thanks!  I&#039;ve not used custom functions before, so I experimented with your example.</description>
		<content:encoded><![CDATA[<p>I like it &#8211; thanks!  I&#8217;ve not used custom functions before, so I experimented with your example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script Function:  Get(DesktopPath) by Dempsey</title>
		<link>http://filemakertips.com/scripts/get-desktop-path-script-function/comment-page-1/#comment-26</link>
		<dc:creator>Dempsey</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/get-desktop-path-script-function/#comment-26</guid>
		<description>Once you&#039;ve created the variable, you can just use that in the file path calculation for the export</description>
		<content:encoded><![CDATA[<p>Once you&#8217;ve created the variable, you can just use that in the file path calculation for the export</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script Function:  Get(DesktopPath) by Paul</title>
		<link>http://filemakertips.com/scripts/get-desktop-path-script-function/comment-page-1/#comment-25</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 20 Aug 2009 02:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/get-desktop-path-script-function/#comment-25</guid>
		<description>Easy to get the desktop path in local variable, but you dropped the ball on how you get it into the export path. Please explain fully.</description>
		<content:encoded><![CDATA[<p>Easy to get the desktop path in local variable, but you dropped the ball on how you get it into the export path. Please explain fully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get(ActiveModifierKeys) Reference by Jordi Rodríguez</title>
		<link>http://filemakertips.com/scripts/getactivemodifierkeys-reference/comment-page-1/#comment-3</link>
		<dc:creator>Jordi Rodríguez</dc:creator>
		<pubDate>Fri, 06 Mar 2009 12:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/getactivemodifierkeys-reference/#comment-3</guid>
		<description>Hello,

I&#039;m using this function with Filemaker 9 and Instant Web Publishing.
Well if you are the host, there is no problem, but if you check this function using the webserver, the value always returned is 0.

That means it is not possible to know which is the pressed key in a Web client?

Thnaks in advance</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m using this function with Filemaker 9 and Instant Web Publishing.<br />
Well if you are the host, there is no problem, but if you check this function using the webserver, the value always returned is 0.</p>
<p>That means it is not possible to know which is the pressed key in a Web client?</p>
<p>Thnaks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copy Records Data to Clipboard by e bailey</title>
		<link>http://filemakertips.com/tips/copy-records-data-to-clipboard/comment-page-1/#comment-31</link>
		<dc:creator>e bailey</dc:creator>
		<pubDate>Wed, 06 Aug 2008 20:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/?p=17#comment-31</guid>
		<description>tried it. Tried to copy found set of records from one filemaker doc to another filemaker document. Doesn&#039;t work. A very simple traditional thing that most programs allow you to do. Not Filemaker!</description>
		<content:encoded><![CDATA[<p>tried it. Tried to copy found set of records from one filemaker doc to another filemaker document. Doesn&#8217;t work. A very simple traditional thing that most programs allow you to do. Not Filemaker!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alternate to Sending Email Other Than Send Mail by Dempsey</title>
		<link>http://filemakertips.com/scripts/send-mail-alternate-script-step/comment-page-1/#comment-12</link>
		<dc:creator>Dempsey</dc:creator>
		<pubDate>Fri, 27 Jun 2008 08:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/scripts/send-mail-alternate-script-step/#comment-12</guid>
		<description>Thanks for sharing your solution Jan :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your solution Jan <img src='http://filemakertips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotate Layout Items by Dempsey</title>
		<link>http://filemakertips.com/layouts/rotate-layout-items/comment-page-1/#comment-151</link>
		<dc:creator>Dempsey</dc:creator>
		<pubDate>Fri, 27 Jun 2008 08:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/?p=25#comment-151</guid>
		<description>I don&#039;t think that is currently possible unfortunately.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that is currently possible unfortunately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotate Layout Items by Valentin</title>
		<link>http://filemakertips.com/layouts/rotate-layout-items/comment-page-1/#comment-152</link>
		<dc:creator>Valentin</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://filemakertips.com/?p=25#comment-152</guid>
		<description>I want to rotate fields in other angles than 90 degrees. for example 45 degrees. how does this goes? I didn´t found a way to do this.

Valentin</description>
		<content:encoded><![CDATA[<p>I want to rotate fields in other angles than 90 degrees. for example 45 degrees. how does this goes? I didn´t found a way to do this.</p>
<p>Valentin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
