Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Acquires a picture.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Twain | 3.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Modal | Whether to run the process modal. Default is 0 for running non modal. Ignored in most cases. |
0 | Optional |
ShowUI | Whether to show the dialog. Pass 1 to show dialog or 0 to not show it. Default is 1. | 1 | Optional |
BringWindowToFront | For Windows only a flag. Pass 1 to have the plugin watch for new windows and bring them to front and avoid them showing behind FileMaker’s windows. Default 0. |
1 | Optional |
Returns OK or the Twain error code.
Acquire with UI, window to front and modal:
MBS( "Twain.Acquire"; 1; 1; 1)
This function checks for a license.
Created 18th August 2014, last changed 9th May 2017