Managing Script Parameters
FileMaker scripts can be called in various ways – user clicks a button, event triggers a script, script calls another script, etc. Most times* when a script is called, the […]
FileMaker 17 – variable inputs
Another great new feature in FileMaker Pro 17 is a new way to set variables – through a custom dialog. Show Custom Dialog This script step allows a script to interact […]
The A-Z of FileMaker: V is for Variable
A variable is a named location in memory capable of storing a value. Depending on the type, a variable has a limited lifespan and accessibility. In programming, the accessibility of […]