Get(CustomMenuSetName)
Syntax: Get ( CustomMenuSetName ) |
Parameters: None
Data type returned: Text
Description:
Returns the name of the active custom menu set. If the active menu set is the Standard FileMaker Menus (which is the initial default for all files), a blank value is returned.
Examples:
Function |
Results |
---|---|
Get (CustomMenuSetName) |
Returns SalesMenuSet when a custom menu set called SalesMenuSet has been defined and is active. |
Returns an empty string when the [Standard FileMaker Menus] menu set is active. |