Chapter 11. Understanding Scripts

When you created the Lease Agreement database in Chapters Chapter 3 and Chapter 4, you wrote a script to sort records viewed in a list (Creating a Sort Script). That script didn’t do anything you couldn’t have done manually. But since it remembers a sorting setup, the script is faster to run than if you have to go to the Sort window and configure it every time you want to scan the list. To make it even more convenient, you attached the script to a button that your users could click to sort data without the need to understand how to set up a Sort window. For even more automation, you gave the list layout a script trigger that ran the Sort script every time that layout is viewed. It’s almost like your database knows what your users need before they do.

That basic script introduced you to many of the advantages of scripting. Here are the main reasons to add scripts to your database:

  • Efficiency. For just about any process, a script can run faster than you (or your users) can issue the same commands.

  • Accuracy. Once you set it up, a script won’t leave out a step or perform a series of steps out of order.

  • Convenience. You don’t have to remember how to do a process that you don’t perform often.

  • Automation. With script triggers, processes can run without you explicitly running the script. In many cases, users won’t even know a script is running. They’ll just see the results.

  • Complex processing. Some processes just aren’t possible (or maybe they’re not feasible) ...

Get FileMaker Pro 12: The Missing Manual now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.