Functions Reference

Table Of Contents
Chapter 7
|
Get functions 85
Get(LayoutCount)
Format
Get(LayoutCount)
Parameter
None
Data type returned
number
Description
Returns the total number of layouts in the database file.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 3 when the file has three layouts.
Get(LayoutName)
Format
Get(LayoutName)
Parameter
None
Data type returned
text
Description
Returns the name of the layout
currently displayed.
If there are multiple windows open in the current database file
, each window can have its
own layout name value, but results are returned for only the foreground window.
Note See FileMaker Pro Help for information about running scripts
in client/server and
peer-to-peer environments.
Examples
Returns Product List when the Product List layout is displayed.
Returns Customer Invoice when the Customer Invoice layout is displayed.