Name | CNSMenu Define Quick Menu |
---|
Description | Define a menu using the Quick Menu format.
|
---|
Format | CNSMenu Define Quick Menu ( Name ; FGColor ; Items ; Script ; DB ; FailScript ; FailDB ; Persistent ; Ignore Meta Tags ; BGColor ) |
---|
Required Parameters | Name The name for this menu.
ItemsThe return-separated list of items for the menu.
PersistentThis menu will be saved between FileMaker Pro sessions. [Default is false.]
Ignore Meta TagsDisables processing of the special characters that define modifier keys, style, and marks. [Default is false.]
|
---|
Optional Parameters | - FGColor
The foreground color for the menu items. [Default is defined by the system.]
- Script
The script to call when an item is selected.
- DB
The database that contains the script to call. [The database that calls this function is used by default.]
- FailScript
The script to call if the user clicks off the menu without selecting anything. [Default is to do nothing.]
- FailDB
The database that contains the FailScript. [Default is the same as the DB parameter.]
- BGColor
The background color for the menu items. [Default is defined by the system.]
|
---|