With the advent of the Web Viewer technology being added to FileMaker, developers started to employ these useful containers for all sorts of things. One of the obvious things is to add an animated GIF to a layout to give users an indication that something is happening when a long script is running. There is […]
Continue reading
Paradise by the Dashboard Light – Bouncing around in FileMaker, building Charts
FileMaker Pro 11’s new Charting ability, is a great addition to its feature set. It can however, be a little confusing how best to grab the numbers to use in the label and data (X and Y axis) series of a graph. I set out to build a ‘management dashboard’ layout for one of my […]
Continue reading
FileMaker MailChimp Integration – Part 3 of 4
UPDATE: 2013-06-20 FileMaker 12 version of the demo is available that should work with Windows. UPDATE: 2012-08-07 Windows users with FileMaker 12 have an option to solve the JSON error message issue by swapping out the Web Viewer steps and instead employ the new Insert from URL script step. This will save a few lines of code […]
Continue reading
Shortening URLs using FileMaker
Update: 2012-11-27 At the request for reader Robin, I had a closer look at this and it seems that both Google and Bit.ly have gone to POST method (rather than the simpler GET method) and are more locked down. They both now require an API key. You could build a method for this approach, but […]
Continue reading
“FileMaker Go” demonstrates Apple’s double standard on Flash
UPDATE Sept. 9th, 2010. Apple: We have listened to our developers and taken much of their feedback to heart. Based on their input, today we are making some important changes to our iOS Developer Program license in sections 3.3.1, 3.3.2 and 3.3.9 to relax some restrictions we put in place earlier this year. In particular, […]
Continue reading
How to Clear a Saved Password in FileMaker
Saved your password and can’t get to it? Here is how to get it ‘unsaved’ “Remember this password in my keychain” clicked accidentally? Sometimes, whether accidentally or intentionally, users will click the ‘Remember this password in my keychain. I usually recommend, especially for laptop users, that they not check this option, because then password control […]
Continue reading
Drag and Drop List or Portal Sorting
2014-06-16 Update: After spending a fair bit of time on getting this technique to work, I have come to the conclusion that it is too slow to use on a network and can’t recommend it to others. If you plan to use this on stand alone or runtime solutions, it could still be an interesting approach. […]
Continue reading
Growl Integration with FileMaker
FileMaker dialog boxes can be informative, but sometimes they are just annoying. You have to click them to get them to go away. Lots of times, you just want to give a little bit of feedback to the user, so they they get a clue as to what your scripts are doing, without requiring them […]
Continue reading
Creating an Action Items Menu Button on a Layout
FileMaker 10 and 11 Script triggers allow you to clean up your interface by condensing a number of script buttons into a single popup. Here is how to get rid of unsightly buttons on your main layout by condensing a bunch of scripts into a single Action button. Source: FileMaker Advisor: http://my.advisor.com/doc/19582 1) Create a […]
Continue reading‘Type Ahead’ Style Searching through Portals in FileMaker Pro
FileMaker’s new Script Triggers allow you to achieve a Google-like type ahead search in FileMaker, searching through a Portal. Here is how to set something like this up based on a person’s first and last name. The more letters you type… The more the portal gets filtered… Define a Search Field Later we will tie […]
Continue reading
Highlighting Rows in FileMaker lists or portals
Update: New Demo File is here. Added demo of Portal Row highlighting as well. This new demo employs a similar technique, except instead of using the Get(RecordID), instead, the script gets the actual ID from a field. It requires a few additional steps, but if you read through the stuff below, you should be able […]
Continue reading
‘FileMaker Go for the iPhone’ – a First Look
As you may have heard by now, FileMaker has finally launched portable versions of FileMaker Pro, called FileMaker Go. These two versions will run on the iPhone/iPod Touch ($19.99) and the iPad ($39.99). As FileMaker developers, we were given a glimpse of this product family last year (we didn’t know it would be a family […]
Continue reading
MailChimp Integration with FileMaker Pro – Part 2 of 4
UPDATE: 2013-06-20 FileMaker 12 version of the demo is available that should work with Windows. UPDATE: 2012-08-07 Windows users with FileMaker 12 have an option to solve the JSON error message issue by swapping out the Web Viewer steps and instead employ the new Insert from URL script step. This will save a few lines of code and […]
Continue reading
November 9, 2010 
