Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets a close trigger.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImageCapture | 8.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
FileName | The name of the FileMaker File that contains the script. | "test.fmp12" | |
ScriptName | The name of the script to run. | "MyScript" | |
Parameter | The optional script parameter. | Optional |
Returns OK or error.
Set close trigger script:
Set Variable [$r; Value:MBS( "IKScannerDevicePanel.SetCloseTrigger"; Get(FileName); "Scanner Dialog Close Trigger" )]
Clear close trigger script:
Set Variable [$r; Value:MBS( "IKScannerDevicePanel.SetCloseTrigger"; ""; "" )]
This function is free to use.
Created 24th February 2018, last changed 26th February 2018
IKScannerDevicePanel.Reset - IKScannerDevicePanel.SetCombine