Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets whether the plugin should keep FileMaker in front.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Process | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Enabled | Pass 1 to enable or 0 to disable. | 1 |
Returns OK or error.
Enable in script:
Set Variable [ $$ref ; Value: MBS( "Process.KeepFrontMost"; 1) ]
Disable in script:
Set Variable [ $$ref ; Value: MBS( "Process.KeepFrontMost"; 0) ]
This function is free to use.
Created 28th February 2017, last changed 16th December 2020