Help

Table Of Contents
Script triggers reference
F
ILEMAKER PRO HELP 1178
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnRecordLoad
Triggers a script to run after a record is made current or entered, such as after a user or script
switches to a layout, switches records, opens a new window, creates or deletes a record, or
performs a Find operation.
When the script runs
After the event has been processed.
Modes in which the trigger can be used
Browse and Find modes.
Result
None.
Originated in
FileMaker Pro 10.0
Notes
FileMaker Pro does not pass information regarding which record activated the script. You
may want to use additional script triggers to capture that information.
See Changing object data without activating script triggers for a list of actions that do not
activate this script trigger.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnRecordCommit
Triggers a script to run before a record that has been changed is committed.
Actions that cause a record to be committed include:
a user changes data in a record and moves to another record
a user changes a record and immediately accesses the Manage Database dialog box
a user presses the Enter key
a user clicks the layout outside of the activated record after the record has been modified
script steps that move focus to a different record if the previous record was modified
a script performs a Commit Records/Requests script step