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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
FM.LayoutIDForLayoutName
Queries the ID for layout with given name.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| FM | 10.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "FM.LayoutIDForLayoutName"; LayoutName { ; FileName } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| LayoutName | The name of the layout. | "Test" | |
| FileName | The name of the file to look inside. If empty, we default to current file. |
Optional |
Result
Returns number or error.
Description
Queries the ID for layout with given name.Examples
Query ID for contacts layout:
MBS( "FM.LayoutIDForLayoutName"; "Contacts" )
Blog Entries
Release notes
- Version 10.2
- Added FM.CurrentLayoutID, FM.CurrentLayoutName, FM.LayoutIDForLayoutName, FM.LayoutNameForLayoutID and FM.LayoutNames matching similar functions for scripts.
Created 8th April 2020, last changed 8th April 2020
FM.IsMainThread - FM.LayoutNameForLayoutID
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins