Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Shell.SetScript
Sets which script to call when shell is done.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Shell | 7.5 | Yes | Yes | No | No | No |
MBS( "Shell.SetScript"; ShellRef; Filename; ScriptName ) More
Parameters
Parameter | Description | Example value |
---|---|---|
ShellRef | The reference number from the shell. | $shell |
Filename | The database file name where the script is located. | "test.fmp12" |
ScriptName | The script name. | "MyScript" |
Result
Returns OK or error.
Description
Sets which script to call when shell is done.With plugin version 6.0 or newer the script name can be a script ID number. In that case the plugin queries the script name for the given script ID. This allows to call scripts by ID and avoid problems if scripts are later renamed.
Example Databases
Created 18th November 2017, last changed 17th June 2018
Shell.SetPassword - Shell.SetUsername
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos