Go to Contents
Previous
Page
Next
Page
Contents > Script steps reference (alphabetical list) > Control script steps

Control script steps
Control script steps control the progression of the script by letting you tell FileMaker Pro exactly what to do when and if specific conditions occur.
Use these script steps to:
call scripts and sub-scripts
pause and resume a script, based on defined conditions
conditionally perform script steps using if/then/else logic
stop a script before it's finished, if a specific condition is met
create loops that repetitively carry out a sequence of steps in a script, until a condition is met
More detail about Control script steps
Perform Script script step
Pause/Resume Script script step
Exit Script script step
Halt Script script step
If script step
Else If script step
Else script step
End If script step
Loop script step
Exit Loop If script step
End Loop script step
Allow User Abort script step
Set Error Capture script step
Set Variable script step

Contents > Script steps reference (alphabetical list) > Control script steps
Previous
Page
Next
Page