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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

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

Release notes

Example Databases

Blog Entries

Created 18th August 2014, last changed 15th June 2021


Process.SetCurrentDirectory - ProcessActivity.List

Feedback: Report problem or ask question.