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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Process.KeepFrontMost
Sets whether the plugin should keep FileMaker in front.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Process | 7.1 | Yes | No | No | No | No |
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
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
Release notes
- Version 7.1
- Added Process.KeepFrontMost function.
Created 28th February 2017, last changed 16th December 2020
Process.IsRunning - Process.LoadLibrary
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins