Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Process.SetFrontMost
Moves FileMaker application to the front.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Process | 2.9 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Process.SetFrontMost" )
Parameters
none
Result
Returns OK or error.
Description
Moves FileMaker application to the front.You can use Process.IsFrontMost to check the status.
You can use Window.Activate for Windows.
Implemented Process.SetFrontMost for Windows in version 9.2. The plugin builds a list of all FileMaker windows. Then we activate the top most of them and move all other windows in z order behind.
Examples
Bring FileMaker to front:
Set Variable [ $r; Value:MBS("Process.SetFrontMost") ]
See also
- FM.RunDatabaseDesignReport
- FM.RunSaveAsXML
- Process.IsFrontMost
- Process.KeepFrontMost
- Window.Activate
Release notes
- Version 9.2
- Implemented Process.SetFrontMost for Windows.
Example Databases
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 15th June 2021