Help

Table Of Contents
Script triggers reference
F
ILEMAKER PRO HELP 1185
Setting script triggers for layouts
Setting script triggers for objects
OnGestureTap
Triggers a script to run when a tap gesture is received on a layout in FileMaker Go.
When the script runs
Before the event has been processed.
Modes in which the trigger can be used
OnGestureTap can be set up to activate in Browse and Find modes.
Result
You can use the Exit Script script step within the triggered script to return True or False.
True: The event that triggered the script proceeds.
False: The event that triggered the script is canceled.
If the triggered script returns no value, the script proceeds and processes the tap normally.
Originated in
FileMaker Pro 13.0
Notes
OnGestureTap will not activate for taps made in active web viewers or active edit boxes.
The following gestures activate this trigger in FileMaker Go:
Single-tap with one, two, or three fingers
Double-tap with one finger
Use Get(TriggerGestureInfo) to get information about the gesture that causes this trigger to activate.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnFirstWindowOpen
Triggers a script to run each time you open a window of a database file when no other windows for
the file are open.
When the script runs
After the first window of a file is opened.
Modes in which the trigger can be used
OnFirstWindowOpen activates before FileMaker Pro enters a mode.