Functions Reference

Table Of Contents
Get functions
F
ILEMAKER PRO FUNCTIONS REFERENCE 150
Get(LayoutTableName)
Purpose
Returns the name of the table displaying records in the current layout.
Format
Get(LayoutTableName)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 7.0
Description
If no windows are open, an empty string is returned.
Examples
There are two layouts, Teachers Layout and Coaches Layout, with corresponding tables named
Teachers and Coaches in the table Instructors. An unstored calculation of
Get(LayoutTableName) returns Teachers when the current layout is Teachers Layout and
returns Coaches when the current layout is Coaches Layout.