<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gallimaufry &#187; Custom Function</title>
	<atom:link href="http://www.kegebein.net/blog/tag/cf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kegebein.net/blog</link>
	<description>Random thoughts about ideas, solutions, everything …</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:47:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dynamic Portal Scroll Bar</title>
		<link>http://www.kegebein.net/blog/2010/08/dynamic-portal-scroll-bar/</link>
		<comments>http://www.kegebein.net/blog/2010/08/dynamic-portal-scroll-bar/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 19:43:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=391</guid>
		<description><![CDATA[A portal is a window to a related table. When you create a portal, you define the related table and the number of rows to be shown. Besides some other options you can also decide, whether the portal shall have a vertical scroll bar. Unfortunately FileMaker does not offer a direct way to change this [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2010/08/dynamic-portal-scroll-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unlimited Timer</title>
		<link>http://www.kegebein.net/blog/2010/06/unlimited-timer/</link>
		<comments>http://www.kegebein.net/blog/2010/06/unlimited-timer/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 02:16:16 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Parameter]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=380</guid>
		<description><![CDATA[As a developer you might need a timer in your database. In that case you might find this feature helpful. You can create timer, as many as you like. Use them for benchmarks, to log import and export times, or to keep track of user log-in times. Stop Watch Each timer works like a little [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2010/06/unlimited-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplest Custom Function</title>
		<link>http://www.kegebein.net/blog/2010/04/simplest-custom-function/</link>
		<comments>http://www.kegebein.net/blog/2010/04/simplest-custom-function/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 21:25:44 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=354</guid>
		<description><![CDATA[What is the simplest custom function with a purpose you can write in FileMaker? The answer is a custom function with only one character &#8211; and that includes the function name and parameters. The Power of One My simplest custom function has only a name. And it is the shortest possible name, a single character. [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2010/04/simplest-custom-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolution of Random Numbers</title>
		<link>http://www.kegebein.net/blog/2010/04/evolution-of-random-numbers/</link>
		<comments>http://www.kegebein.net/blog/2010/04/evolution-of-random-numbers/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 22:11:38 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=343</guid>
		<description><![CDATA[Working with random numbers in FileMaker When you want random numbers, you can use FileMakers function random. It is a very simple function. It does not require any parameter and returns a number between 0 and 1. Of course, often the random numbers you are looking for do not belong to this narrow interval. You [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2010/04/evolution-of-random-numbers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logical Calculation</title>
		<link>http://www.kegebein.net/blog/2009/09/logical-calculation/</link>
		<comments>http://www.kegebein.net/blog/2009/09/logical-calculation/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 08:21:48 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Binary Calculation]]></category>
		<category><![CDATA[Custom Function]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=216</guid>
		<description><![CDATA[The basis of each computer operation is binary logic. Zeros and ones are transformed with simple operations into zeros and ones again. FileMaker is hiding its binary roots very successfully. Only now and then the user can catch a glimpse of it. Some custom functions use binary elements, e. g. Get( ActiveModifierKeys ). And of [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/09/logical-calculation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Key-Controlled</title>
		<link>http://www.kegebein.net/blog/2009/08/key-controlled/</link>
		<comments>http://www.kegebein.net/blog/2009/08/key-controlled/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:20:44 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=165</guid>
		<description><![CDATA[In my projects, I often use modifier keys (SHIFT, CTRL, …) to offer the user additional features. For example, I use buttons to go to the previous or next record. This behavior changes, when the CTRL key is pressed. Now, the buttons redirect to the first or last record. A function from my Custom Function [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/08/key-controlled/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Fun with Parameters (2)</title>
		<link>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters-2/</link>
		<comments>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters-2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 04:47:33 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Parameter]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=153</guid>
		<description><![CDATA[This article is part of my series Custom Function Vault. Here I describe miscellaneous custom functions to verify required script parameters. param.script.check() text.between( text; start; end; type ) trim.all( text; trimChr ) var.assign( definition ) Continue the Project Last time I wrote about the custom function param.assign. It will take a list of named parameters [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Fun with Parameters</title>
		<link>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters/</link>
		<comments>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:04:11 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Parameter]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=145</guid>
		<description><![CDATA[This article is part of my series Custom Function Vault. Here I describe a custom function for working with parameters. param.assign( params ) From the Beginning In my previous entry I described two customs functions for managing parameters: param and param.get. They encode and decode named (script) parameters. I started using them a lot and [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/06/more-fun-with-parameters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manage Parameters</title>
		<link>http://www.kegebein.net/blog/2009/06/manage-parameters/</link>
		<comments>http://www.kegebein.net/blog/2009/06/manage-parameters/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 23:36:33 +0000</pubDate>
		<dc:creator>Arnold Kegebein</dc:creator>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Custom Function]]></category>
		<category><![CDATA[Parameter]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.kegebein.net/blog/?p=140</guid>
		<description><![CDATA[This article is part of my series Custom Function Vault. Here I describe custom functions for managing (script) parameters. param( key; value ) param.get( key; params ) Working with Script Parameters FileMaker knows only one script parameter. To pass multiple values to a script, you have to look for a different way. Using table fields [...]]]></description>
		<wfw:commentRss>http://www.kegebein.net/blog/2009/06/manage-parameters/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
