Automating FileMaker Pro: Scripting, Calculations, and Data Transfer

The steps in this section deal with traditional programming concepts. They fall into three categories:
This is the step that lets you perform other scripts. They may be located in the current database or they may be in other databases external scripts. Starting with FileMaker Pro 5, you can import scripts from other databases to your own database; once you have done so, they are no longer external because they are copied into your database, where they can be modified.)
| Note | For more information on using scripts, see "Controlling Scripts" starting on page 80. That section details how you can stop and pause scripts. |
Control
PERFORM SUBSCRIPTS When selected, this option performs scripts found within the script that you are performing. When it is not selected, Perform Script steps in the script you are performing are skipped. Note that inconsistent use of this option can make for very complicated debugging. Pick your programming style and stick to it (most programmers would choose to enable this option). If you feel that you sometimes need to perform subscripts and other times do not, consider restructuring your scripts so that you can have a consistent approach to the matter. (An If statement may be the answer in such a case.)
SCRIPT The Specify button...