Follow us on Twitter

FileMaker Weetbicks

Producing Pretty Portal Pagination

by Daniel Wood

Navigation of portals in FileMaker is a pretty simple affair, you either have a scrollbar, or you don't. In this article we demonstrate another way to navigate portals using a pagination style. We also demonstrate how it can be implemented at the relationship level, or the portal level using filtering… Read more

Thinking Outside the Loop

by Daniel Wood

If you have spent any time developing in FileMaker, or programming in almost any language, you will be familiar with the concept of a loop. When scripting your loops you probably have a favorite method that you use. This article presents and compares a number of looping techniques that can be used in FileMaker in an attempt to locate the fastest method... Read more

Creating Tidy Popup Windows

by Daniel Wood

Using Popup windows is common FileMaker technique for showing more information, managing dialogs, and running wizards to name a few. However, all to often little care is given to the aesthetics of creating and positioning a popup, leading to an unpolished and half-finished feel. This article gives some pointers on how you can create popups that are clean, efficient, and correctly positioned. Read more

Safe Scripting: Check Before You Do Anything!

by Daniel Wood

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

Keeping Things Organised by Using Separators

by Daniel Wood

There are four main areas of your database where you can use special separator lines to help keep information organised, these are Scripts, Layouts, Value Lists & Custom Menus. This article will go through each and explain how to use them, and why they are a good idea to use. Read more