<?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: FileMaker 9 Tip#1: Hiding Something on the Layout</title>
	<atom:link href="http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/</link>
	<description>smart business solutions</description>
	<lastBuildDate>Fri, 18 May 2012 01:30:19 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Sabowitz, MD</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-2093</link>
		<dc:creator>Brian Sabowitz, MD</dc:creator>
		<pubDate>Sat, 03 Dec 2011 06:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-2093</guid>
		<description>Just wanted to affirm that this tab width zero thing is way cool!  It&#039;s solved several problems for me.  The big advantage is that not only does the object/field disappear, but you can&#039;t enter the field by clicking into it by accident.  While in a given tab the &quot;hidden&quot; fields are not accessible at all.  I repeat -- way cool!

Thx.</description>
		<content:encoded><![CDATA[<p>Just wanted to affirm that this tab width zero thing is way cool!  It&#8217;s solved several problems for me.  The big advantage is that not only does the object/field disappear, but you can&#8217;t enter the field by clicking into it by accident.  While in a given tab the &#8220;hidden&#8221; fields are not accessible at all.  I repeat &#8212; way cool!</p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Bernhard</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-2078</link>
		<dc:creator>Nick Bernhard</dc:creator>
		<pubDate>Thu, 22 Sep 2011 10:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-2078</guid>
		<description>Nice post Geoff.

I&#039;m just getting my feet wet with FM. Coming from a mostly HTML/CSS background, this is a bit foreign to me. I&#039;m digging in and trying to learn how to do layouts with FM effectively and intuitively.</description>
		<content:encoded><![CDATA[<p>Nice post Geoff.</p>
<p>I&#8217;m just getting my feet wet with FM. Coming from a mostly HTML/CSS background, this is a bit foreign to me. I&#8217;m digging in and trying to learn how to do layouts with FM effectively and intuitively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon Cook</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-2071</link>
		<dc:creator>Lon Cook</dc:creator>
		<pubDate>Mon, 22 Aug 2011 23:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-2071</guid>
		<description>@Jeffrey - 
Using Get ( Record Number ) will work with alternating background fills for body objects; however, not for alternating portal rows.

To portal rows, you want to define an unstored calc in the child table, resolving to Get ( Record Number ), which you then refer to in your conditional formatting calc. So...

In the child table:
recordNum__cn = Get ( Record Number )

Conditional formatting on portal object, two conditions:
Mod ( Get ( ChildTable::recordNum ) ; 2 ) = 1
Mod ( Get ( ChildTable::recordNum ) ; 2 ) = 0</description>
		<content:encoded><![CDATA[<p>@Jeffrey &#8211;<br />
Using Get ( Record Number ) will work with alternating background fills for body objects; however, not for alternating portal rows.</p>
<p>To portal rows, you want to define an unstored calc in the child table, resolving to Get ( Record Number ), which you then refer to in your conditional formatting calc. So&#8230;</p>
<p>In the child table:<br />
recordNum__cn = Get ( Record Number )</p>
<p>Conditional formatting on portal object, two conditions:<br />
Mod ( Get ( ChildTable::recordNum ) ; 2 ) = 1<br />
Mod ( Get ( ChildTable::recordNum ) ; 2 ) = 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Bromen</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-1891</link>
		<dc:creator>Bruce Bromen</dc:creator>
		<pubDate>Mon, 25 Jan 2010 04:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-1891</guid>
		<description>Jeremy, Jack, Andrew... Make sure your effects are set to &quot;none&quot; otherwise the effect will show an effect around the tab!</description>
		<content:encoded><![CDATA[<p>Jeremy, Jack, Andrew&#8230; Make sure your effects are set to &#8220;none&#8221; otherwise the effect will show an effect around the tab!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Fairhead</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-1812</link>
		<dc:creator>Jonathan Fairhead</dc:creator>
		<pubDate>Mon, 22 Jun 2009 12:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-1812</guid>
		<description>That&#039;s very neat Tom and certainly neater than my way.</description>
		<content:encoded><![CDATA[<p>That&#8217;s very neat Tom and certainly neater than my way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Fitch</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-1809</link>
		<dc:creator>Tom Fitch</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-1809</guid>
		<description>It&#039;s possible to make text invisible with conditional formatting REGARDLESS OF THE BACKGROUND COLOR: in the CF dialog, click the &quot;More Formatting...&quot; button, and set the Font size to some large number like 144. That&#039;s it! 

When your formula evaluates true, the text will grow, but it&#039;s containing text block will not, so the text will be pushed outside the visible area. 

I picked this one up from Mr. Seedcode, John Sindelar.</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible to make text invisible with conditional formatting REGARDLESS OF THE BACKGROUND COLOR: in the CF dialog, click the &#8220;More Formatting&#8230;&#8221; button, and set the Font size to some large number like 144. That&#8217;s it! </p>
<p>When your formula evaluates true, the text will grow, but it&#8217;s containing text block will not, so the text will be pushed outside the visible area. </p>
<p>I picked this one up from Mr. Seedcode, John Sindelar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Fairhead</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-1794</link>
		<dc:creator>Jonathan Fairhead</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-1794</guid>
		<description>Conditional formatting can also be put to good use on portals. Take for example, the last row in a portal - it leads a half-life between being a record and being a blank row. If your portal rows have text items in them (eg a field name) then the last row, despite being blank, will hold these text items. It can be a helpful facility in that it enables you to see where to type into the last row when creating a new portal record, but other than that, I find that it can be an eyesore.

You can remove these items with some judicious use of Conditional Formatting, for example you could have a conditional format statement that applies text and fill colours matching the portal background based upon the presence of a portal row record not having a value for a record ID field. A problem arises when your portal has alternating row colours. To get around this, you need to create a new field in the portal table that is an unstored calc field with Get ( RecordCount ). Then create a Conditional Formatting rule for the portal contents as follows:

PortalTable::RecordID = “” and Mod ( PortalTable::RecordGetFoundCount ; 2 ) = 0

The Text and Fill colours for this rule should match the primary portal row. You will now need to create a second rule that matches the first but instead of the condition being equal to 0 it will need to be NOT EQUAL to 0.

What we’re doing here is using the MOD statement to work out whether the total number of records in the portal is an ODD or EVEN value and applying format rules accordingly.

Of course, you will also need to provide a method of allowing users to find where to click into a portal row to create a new portal record….</description>
		<content:encoded><![CDATA[<p>Conditional formatting can also be put to good use on portals. Take for example, the last row in a portal &#8211; it leads a half-life between being a record and being a blank row. If your portal rows have text items in them (eg a field name) then the last row, despite being blank, will hold these text items. It can be a helpful facility in that it enables you to see where to type into the last row when creating a new portal record, but other than that, I find that it can be an eyesore.</p>
<p>You can remove these items with some judicious use of Conditional Formatting, for example you could have a conditional format statement that applies text and fill colours matching the portal background based upon the presence of a portal row record not having a value for a record ID field. A problem arises when your portal has alternating row colours. To get around this, you need to create a new field in the portal table that is an unstored calc field with Get ( RecordCount ). Then create a Conditional Formatting rule for the portal contents as follows:</p>
<p>PortalTable::RecordID = “” and Mod ( PortalTable::RecordGetFoundCount ; 2 ) = 0</p>
<p>The Text and Fill colours for this rule should match the primary portal row. You will now need to create a second rule that matches the first but instead of the condition being equal to 0 it will need to be NOT EQUAL to 0.</p>
<p>What we’re doing here is using the MOD statement to work out whether the total number of records in the portal is an ODD or EVEN value and applying format rules accordingly.</p>
<p>Of course, you will also need to provide a method of allowing users to find where to click into a portal row to create a new portal record….</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey A Grunschel</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-1705</link>
		<dc:creator>Jeffrey A Grunschel</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-1705</guid>
		<description>Excellent comments and content.  Also, as far as the alternating background color for a portal, you can still apply a conditional format to hide things, based on a nifty formula:

Mod ( Get ( RecordNumber ) ; 2 ) = X

where X is either 0 for even numbered records, or 1 for odd numbered records.

Then, you can account for the alternating rows by creating one condition where X=1 (handles odd rows) and another condition where X=0 (handles even rows).

For example, a portal could list all of the invoices for a customer.  You could place a Text Box in the portal that is set up to display &quot;Unpaid&quot; in red (or whatever).  Then, for each condition, you simply add a boolean expression to check if the invoice is paid or not, connected with an &quot;and&quot;:

Condition 1:
Invoices::Paid = &quot;Yes&quot; and Mod ( Get ( RecordNumber ) ; 2 ) = 1

Condition 2:
Invoices::Paid = &quot;Yes&quot; and Mod ( Get ( RecordNumber ) ; 2 ) = 0</description>
		<content:encoded><![CDATA[<p>Excellent comments and content.  Also, as far as the alternating background color for a portal, you can still apply a conditional format to hide things, based on a nifty formula:</p>
<p>Mod ( Get ( RecordNumber ) ; 2 ) = X</p>
<p>where X is either 0 for even numbered records, or 1 for odd numbered records.</p>
<p>Then, you can account for the alternating rows by creating one condition where X=1 (handles odd rows) and another condition where X=0 (handles even rows).</p>
<p>For example, a portal could list all of the invoices for a customer.  You could place a Text Box in the portal that is set up to display &#8220;Unpaid&#8221; in red (or whatever).  Then, for each condition, you simply add a boolean expression to check if the invoice is paid or not, connected with an &#8220;and&#8221;:</p>
<p>Condition 1:<br />
Invoices::Paid = &#8220;Yes&#8221; and Mod ( Get ( RecordNumber ) ; 2 ) = 1</p>
<p>Condition 2:<br />
Invoices::Paid = &#8220;Yes&#8221; and Mod ( Get ( RecordNumber ) ; 2 ) = 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oreste Schiavone</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-1274</link>
		<dc:creator>Oreste Schiavone</dc:creator>
		<pubDate>Thu, 07 Aug 2008 13:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-1274</guid>
		<description>You need to set the border around the tabs to 0 and I think make sure they arent Justified full</description>
		<content:encoded><![CDATA[<p>You need to set the border around the tabs to 0 and I think make sure they arent Justified full</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew LeCates</title>
		<link>http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/comment-page-1/#comment-266</link>
		<dc:creator>Andrew LeCates</dc:creator>
		<pubDate>Wed, 01 Aug 2007 14:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/filemaker-9-tip1-hiding-something-on-the-layout/#comment-266</guid>
		<description>Jeremy, Jack, et al: If you set the Tab Control line width to zero, I believe you&#039;ll find those small hot spots disappear altogether. Cheers.</description>
		<content:encoded><![CDATA[<p>Jeremy, Jack, et al: If you set the Tab Control line width to zero, I believe you&#8217;ll find those small hot spots disappear altogether. Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

