Help

Table Of Contents
Customizing files with FileMaker Pro Advanced
F
ILEMAKER PRO HELP 582
specify menu sets for individual layouts (see Specifying a menu set for a layout)
create scripts that change menu sets
specify menus within the menu set to display according to mode
Before distributing a database with custom menus:
Test all menus and menu items on both platforms for each user account. Be sure that all
necessary menus and menu items are available so that users can perform their tasks.
Either be sure users can always access the View menu, or provide a method (like
buttons) to switch between Browse, Find, and Preview modes.
You can also review the Database Design Report to check for any shortcut or access
key conflicts.
You can create scripts that change menu sets based on conditions that you specify. For
more information, see
Creating scripts to automate tasks.
You can use Get(CustomMenuSetName) to check for the name of the active custom menu
set. You can also use the Get(LastError) function to check for missing menu sets. Check the
status of the Get(LastError) function after performing the Install Menu Set script step. If a
menu set is missing, the function will return error 115. For more information, see
Get(CustomMenuSetName) and Get(LastError).