FileMaker Weetbicks

Cool things to do with Tab Controls in FileMaker 12

April 13, 2012 / 12 comments

FileMaker 12 is here, and with it comes many new cool new features, a lot of which are a result of the new css-based layout engine. In this article we are focusing on one small change borne out of the new layout engine which has massive potential for building new interface controls… Read more...

A 'Local' Way to Suppress Script Triggers

February 11, 2012 / 8 comments

Script triggers are a great feature in FileMaker that allow you to initiate a script when certain actions occur such as committing a record or leaving a layout. Not only do they run when user initiated, they can also be script initiated by script steps. This can sometimes produce unexpected results and so you may wish for triggers to be disabled. This article presents a very simple and elegant method of suppressing script triggers from firing when initiated by other scripts… Read more...

Safe Scripting: Check Before You Do Anything!

October 2, 2010 / 5 comments

When writing a script to carry out a particular task, ask yourself what conditions need to be true for this script to run properly.

Sometimes, a script will do something which can potentially fail, and cause a cascade effect or errors, IF the initial conditions were incorrect. It is always a good idea to check for suitable conditions before doing anything in the script… Read more...

Show More