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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

FM.LayoutNames

Queries list of layout names in current file.

Component Version macOS Windows Linux Server iOS SDK
FM 10.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.LayoutNames" { ; FileName } )   More

Parameters

Parameter Description Example Flags
FileName The name of the database file to query. "test.fmp12" Optional

Result

Returns list or error.

Description

Queries list of layout names in current file.
Same as calling LayoutNames(Get(FileName)).

Examples

Show layout names:

Show Custom Dialog [ "Layouts" ; MBS( "FM.LayoutNames" ) ]

Release notes

Blog Entries

This function is free to use.

Created 8th April 2020, last changed 17th July 2022


FM.LayoutNameForLayoutID - FM.Loop

💬 Ask a question or report a problem