Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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