Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Process.KeepFrontMost
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 |
MBS( "Process.KeepFrontMost"; Enabled ) More
Parameters
Parameter | Description | Example |
---|---|---|
Enabled | Pass 1 to enable or 0 to disable. | 1 |
Result
Returns OK or error.
Description
Sets whether the plugin should keep FileMaker in front.Can be enabled/disabled at any time.
If enabled, the plugin will bring FileMaker to front whenever it goes to background.
Examples
Enable in script:
Set Variable [ $$ref ; Value: MBS( "Process.KeepFrontMost"; 1) ]
Disable in script:
Set Variable [ $$ref ; Value: MBS( "Process.KeepFrontMost"; 0) ]
See also
Release notes
- Version 7.1
- Added Process.KeepFrontMost function.
Blog Entries
- MBS FileMaker Plugin 7.1 - Über 4400 Funktionen in einem Plugin
- MBS FileMaker Plugin 7.1 - More than 4400 Functions In One Plugin
- MBS FileMaker Plugin, version 7.1pr4
This function is free to use.
Created 28th February 2017, last changed 16th December 2020
