<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Last 10 Submissions RSS Feed</title>
	<link><![CDATA[http://fmforums.com/forum/index.php?app=downloads&module=search&section=search&do=last_ten]]></link>
	<pubDate>Thu, 17 May 2012 05:53:39 +0000</pubDate>
	<ttl>1800</ttl>
	<description>This is the RSS feed of the last ten file submissions accepted into our database.  This RSS feed is always up to date as it is dynamically updated.</description>
	<item>
		<title>portal_with_0px_scrollbar.fmp12</title>
		<link>http://fmforums.com/forum/files/file/26-portal-with-0px-scrollbarfmp12/</link>
		<description><![CDATA[In FM12 you can set the width of the portal scroll bar to be zero pixels wide. Unfortunately FileMaker does not let you control this within the app but you can easily modify all of the the portal's parameters by either <a href='http://fmforums.com/forum/forum/167-custom-themes/' class='bbc_url' title=''>editing the theme's CSS file</a> or you can use a program such as <a href='http://myfmbutler.com/' class='bbc_url' title='External link' rel='nofollow external'>Clip Manager 4</a> to edit these parameters via the clipboard.&nbsp;&nbsp;Or perhaps even easier...you can download my sample file and just copy the portal style from the portal that I have already modified and apply it to your own.]]></description>
		<pubDate>Mon, 30 Apr 2012 00:53:25 +0000</pubDate>
		<guid isPermaLink="false">26</guid>
	</item>
	<item>
		<title>SQL Builder</title>
		<link>http://fmforums.com/forum/files/file/25-sql-builder/</link>
		<description><![CDATA[Please take a look and let me know if you any find bugs or have a feature request.<br />
<br />
<br />
<strong class='bbc'>UPDATE 5/16/2012</strong><ul class='bbc'><li>Misc bug fixes and UI tweaks</li></ul>
<strong class='bbc'>UPDATE 5/15/2012</strong><ul class='bbc'><li>Table and Field ID's are now tracked allowing for auto repairing of table and field names after schema changes<br /></li><li>Misc bug fixes and UI tweaks</li></ul>
<strong class='bbc'>UPDATE 5/13/2012</strong><ul class='bbc'><li>All new UI<br /></li><li>Support for more functions</li></ul>
<strong class='bbc'>UPDATE 5/9/2012</strong> (v1.0?!)<ul class='bbc'><li>Support for FROM and Right JOIN Table Aliases<br /></li><li>Misc. bug fixes<br /></li><li>Tweaked the UI</li></ul>
<strong class='bbc'>UPDATE 5/5/2012</strong><ul class='bbc'><li>You can now group by a field without displaying it in the results<br /></li><li>Added JOIN Example</li></ul>
<strong class='bbc'>UPDATE 5/4/2012</strong><ul class='bbc'><li>Added a Statement Creation Wizard ( v07 )<br /></li><li>Improved Dynamic Parameters Support. ( v0601 )<br /></li><li>Support for Dynamic Parameters.</li></ul>
<strong class='bbc'>UPDATE 5/2/2012 ( Back From Vacation! )</strong><ul class='bbc'><li>Starting Value navigation buttons.<br /></li><li>Output code display options can be set at the bottom of the details layout.</li></ul>
<strong class='bbc'>UPDATE 4/29/2012</strong><ul class='bbc'><li>Added warning icons that show up if a field no longer exists so that schema changes can be easily tracked down.<br /></li><li>Added starting value and maximum results in the results window.</li></ul>
<strong class='bbc'>UPDATE 4/25/2012</strong><ul class='bbc'><li>Fixed "AND OR" Bug<br /></li><li>Insert functions into select field lines<br /></li><li>Adding a function to a WHERE line will change it into a HAVING line<br /></li><li>Manual entry will populate when entered on SELECT and WHERE/HAVING lines</li></ul>
<strong class='bbc'>UPDATE 4/24/2012</strong><ul class='bbc'><li>Fixed bug in ORDER BY<br /></li><li>Table Occurrences are now all that is needed to populate the field list.</li></ul>
<strong class='bbc'>UPDATE 4/23/2012</strong><ul class='bbc'><li>Added "Get at Date or Time" Check box for SELECT lines and an example of how it works.<br /></li><li>Statements can be assigned categories<br /></li><li>Simplified the code when there is no JOIN statement<br /></li><li>Code now has formatting to make reading the code easier<br /></li><li>Dropped the use of Quote() and now use escaped quotes<br /></li><li>You can attach a sub-query when using "WHERE IN" by clicking on the icon to the right of the value field</li></ul>
<strong class='bbc'>UPDATE 4/22/2012</strong><ul class='bbc'><li>More Unsafe Names<br /></li><li>UNION drop down menu and examples showing how to use it.<br /></li><li>Documentation</li></ul>
Thanks for the feedback so far...]]></description>
		<pubDate>Sun, 29 Apr 2012 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">25</guid>
	</item>
	<item>
		<title>AdvanceInstant Search</title>
		<link>http://fmforums.com/forum/files/file/22-advanceinstant-search/</link>
		<description>Advance serach Filemaker solutions</description>
		<pubDate>Tue, 10 Apr 2012 08:06:17 +0000</pubDate>
		<guid isPermaLink="false">22</guid>
	</item>
	<item>
		<title>onScreen Keyboard</title>
		<link>http://fmforums.com/forum/files/file/20-onscreen-keyboard/</link>
		<description><![CDATA[This is a sample keyboard with basic functionality. Includes upper & lowercase.<br />
Uses repeating fields and if you change the $$KEYBOARD global variable, you can use this<br />
in spanish, russian, etc very quickly .<br />
<br />
Hope this helps someone with their solution<br />
<br />
-enjoy]]></description>
		<pubDate>Wed, 28 Mar 2012 08:18:32 +0000</pubDate>
		<guid isPermaLink="false">20</guid>
	</item>
	<item>
		<title>Context Free Record Creation</title>
		<link>http://fmforums.com/forum/files/file/19-context-free-record-creation/</link>
		<description><![CDATA[FileMaker requires you to be on a layout or use the relationship to establish context in order to create a record in a given table.<br />
<br />
You could us a plugin that uses SQL to create a record in a table or you can use this technique.<br />
<br />
It's very simple.<br />
<br />
From the Source table you export field context the primary ID field to a text file. I choose to export it to the temporary directory path.<br />
<br />
Then you immediately import that same file in to the target table --- That is right you do not need to be on a layout that tied to the base table occurrence -- you could be on any unrelated table.<br />
<br />
On import you adjust the field map to import the value of the text file into the foreign key field of the target table.<br />
<br />
In this example it is a different take on a Note Log. You can type into a global field and on exit it will trigger the script to export and import that one record then clears the global field. Data entry options in the note field in the target table is defined to use the value stored in the global field.<br />
<br />
you could choose to do things more elaborate like either exporting more columns of data by building a tab separated values to a global field and export that and import it into any table matching&nbsp;&nbsp;field names (provided your first row includes field names - and you omit them on data entry )<br />
<br />
OR you can set variables to the desired values and then on the target table set the data entry options to the corresponding variables.<br />
<br />
And if you choose to include data other then the ID fields you may wish to also delete the file you can do this by un checking the Specify Field checkbox on the Export Field Contents script step.<br />
<br />
=================<br />
<br />
Now with all this established I realized that this technique will not work on FMGo because the exporting of the file.<br />
<br />
So there is also another script layout and table that will in essence do the same thing and it only needs to IMPORT one<br />
record from a temp table and doesn't need to export. I actually like this method better;&nbsp;&nbsp;but kept both concepts in the<br />
sample file for you to explore.<br />
<br />
Cheers<br />
<br />
Stephen]]></description>
		<pubDate>Fri, 30 Dec 2011 12:16:31 +0000</pubDate>
		<guid isPermaLink="false">19</guid>
	</item>
	<item>
		<title>Where Are You ?</title>
		<link>http://fmforums.com/forum/files/file/16-where-are-you/</link>
		<description><![CDATA[A way to know which tab you are on ( and which tab you come from ) <img src='http://fmforums.com/forum/public/style_emoticons/default/wink.png' class='bbc_emoticon' alt=';)' /><br />
 <br />
No triggers.]]></description>
		<pubDate>Thu, 15 Sep 2011 21:21:54 +0000</pubDate>
		<guid isPermaLink="false">16</guid>
	</item>
	<item>
		<title>NavSystem</title>
		<link>http://fmforums.com/forum/files/file/15-navsystem/</link>
		<description><![CDATA[I wanted to see how far I could take the idea of using global repeating container fields to store layout objects, specifically for navigation buttons. This is what I came up with.<br />
 <br />
All image and text values that are displayed on the layout for navigation are stored in an "Objects" table. The benefit of this is that any layout that has the needed global repeating fields on it will display the same navigation buttons and text. Want to add more buttons? Just go to the Objects layout (click the grey globe button at the bottom left) and import an image or input new text values. The new option will automatically be added to all layouts.<br />
 <br />
What I really like about it is that everything is controlled by two simple scripts. "Main Navigation" and "Sub Navigation". And all they do is modify one of two global fields. Of course more script steps are needed to actually perform layout navigation or other jobs. I've included the structure that would be needed to facilitate that already in the scripts as you will see.<br />
 <br />
I've seen examples of this in a limited fashion, but like I said, I wanted to see how far I could take it. Thanks for any feedback or advice that you can offer.]]></description>
		<pubDate>Wed, 07 Sep 2011 17:30:01 +0000</pubDate>
		<guid isPermaLink="false">15</guid>
	</item>
	<item>
		<title>GoogleVoice.fp7</title>
		<link>http://fmforums.com/forum/files/file/14-googlevoicefp7/</link>
		<description><![CDATA[This file demonstrates Google Voice integration with FileMaker Pro 11. Using ScriptMaster and a custom JAR we can bring some basic Google Voice functionality to a users solution.<br />
 <br />
This file is a basic contact manager allowing its user to Dial a phone number, send SMS messages, and receive SMS messages.<br />
 <br />
There is no official API for Google Voice so this solution or Java code may need updates.<br />
 <br />
If there are any questions, please contact Angelo Luchi at angelo@foxtailtech.com.]]></description>
		<pubDate>Fri, 12 Aug 2011 06:06:58 +0000</pubDate>
		<guid isPermaLink="false">14</guid>
	</item>
	<item>
		<title>avaya1416.zip</title>
		<link>http://fmforums.com/forum/files/file/13-avaya1416zip/</link>
		<description><![CDATA[This is a fm file to print out the button labels on the avaya 1416 phone and the DBM32&nbsp;&nbsp;sidecar...&nbsp;&nbsp;this is not intended to use with their labels, just print on plain paper and cutout...]]></description>
		<pubDate>Tue, 14 Jun 2011 18:51:18 +0000</pubDate>
		<guid isPermaLink="false">13</guid>
	</item>
	<item>
		<title>Multi-Column Printing (Faux Down)</title>
		<link>http://fmforums.com/forum/files/file/12-multi-column-printing-faux-down/</link>
		<description><![CDATA[FileMaker has two methods to print in columns Down First or Across First. <br />
<br />
When using DOWN first any summary parts are only the width of the column. When it reaches the end of the page it resumes at the top of the page next column.<br />
<br />
When using ACROSS first summary parts are the width of the page. However any alternating row colors do not alternate as you'd first expect. Since all odd rows are on the left and the even rows are on the right (if using 2 columns).<br />
<br />
My first attempt to create a FAUX DOWN with the full width summary parts. I soon realized that the script ends up modifying each record in the found set - this change data every time you wish to print the report. <br />
<br />
The second version does the same thing but uses the Virtual List technique to produce the printed report not requiring changes to the source table. <br />
<br />
This example only produces 2 columns but could be adapted for more then two columns. <br />
<br />
If you have optimization suggestions please feel free to post a comment.]]></description>
		<pubDate>Thu, 02 Jun 2011 17:32:06 +0000</pubDate>
		<guid isPermaLink="false">12</guid>
	</item>
</channel>
</rss>
