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

FM.CurrentLayoutID

Queries ID of current running FileMaker layout.

Component Version macOS Windows Linux Server iOS SDK
FM 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.CurrentLayoutID" )

Parameters

none

Result

Returns number or error.

Description

Queries ID of current running FileMaker layout.
See also FM.CurrentLayoutName.

Examples

Show layout ID and name:

Show Custom Dialog [ "Layout" ; MBS( "FM.CurrentLayoutID" ) & " " & MBS( "FM.CurrentLayoutName" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 8th April 2020, last changed 19th April 2020


FM.CompareTables - FM.CurrentLayoutName