Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
ContinuityCamera.SetScriptTrigger
Sets the script to trigger.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
ImagePicker ContinuityCamera | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "ContinuityCamera.SetScriptTrigger"; Filename; ScriptName ) More
Parameters
Parameter | Description | Example |
---|---|---|
Filename | The database file name where the script is located. | "test.fmp12" |
ScriptName | The script name. | "MyScript" |
Result
Returns OK or error.
Description
Sets the script to trigger.When some picture or document is available, we call the script.
Parameter to the script is currently the document type, e.g. JPEG, TIFF or PDF.
Examples
Set trigger:
Set Variable [ $r ; Value: MBS("ContinuityCamera.SetScriptTrigger"; Get(FileName); "ContinuityCameraTrigger") ]
Example Databases
Blog Entries
- Seven things to add to your FileMaker solution today with MBS Plugin
- MBS FileMaker Plugin, version 9.2pr2
- Continuity Camera for FileMaker
FileMaker Magazin
Created 31st March 2019, last changed 6th January 2020
ContinuityCamera.Result - CoreImage.Detect
Feedback: Report problem or ask question.

Links
MBS FileMaker Plugins