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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

Dialog.SetLeft

Sets the left position of the dialog.

Component Version macOS Windows Linux Server iOS SDK
Dialog 7.3 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Dialog.SetLeft"; Value )   More

Parameters

Parameter Description Example
Value The new horizontal position. 100

Result

Returns OK or error.

Description

Sets the left position of the dialog.
Value -1 means not defined.
This is reset by Dialog.Reset function.

You should not need this as dialog is automatically positioned in front of FileMaker window.
See also Window.PositionNextDialog function.

Examples

Set to 100 points:

MBS( "Dialog.SetLeft"; 100 )

See also

Release notes

Blog Entries

This function is free to use.

Created 12nd June 2017, last changed 31st August 2022


Dialog.SetInformativeText - Dialog.SetMessage

💬 Ask a question or report a problem