Functions Reference

Table Of Contents
Get functions
F
ILEMAKER FUNCTIONS REFERENCE 110
Get(ActiveLayoutObjectName)
Purpose
Returns the name of the layout object that has the focus in the calculation's current window.
Format
Get(ActiveLayoutObjectName)
Parameters
None
Data type returned
text
Originated in
FileMaker Pro 8.5
Description
When no layout object has the focus, this function returns an empty string.
For information on how functions evaluate differently on the host versus the client, search the
FileMaker Knowledge Base available at
http://help.filemaker.com.
Examples
There is a named field on the current layout called customerName. When the focus is on the field,
Get(ActiveLayoutObjectName) returns customerName.