| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
ImagePlayground.SetScriptTrigger
Sets the script trigger.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| ImagePlayground | 15.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "ImagePlayground.SetScriptTrigger"; FileName; ScriptName ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| FileName | The file name of the FileMaker database containing the script. | Get(FileName) |
| ScriptName | The script name of the script to trigger. |
Result
Returns OK or error.
Description
Sets the script trigger.Parameter is Created, Hidden or Cancelled depending on what happens.
Examples
Set script trigger:
Set Variable [ $r ; Value: MBS("ImagePlayground.SetScriptTrigger"; Get(FileName); "ImageTrigger") ]
See also
Example Databases
Blog Entries
This function checks for a license.
Created 15th December 2024, last changed 15th December 2024
MarkDown version: ImagePlaygroundSetScriptTrigger.md