ABOUTBOX |
DEVELOPER |
|
|
Purpose |
.AboutBox allows you to create a submenu to be displayed in the Help Menu and to specify the Global function to be called when this submenu item is selected. This is only available for the Application Object Type. |
Object Type |
Application |
Syntax |
Setting: Application.AboutBox = "Global-function-name, Help-menu-item" |
Operation |
Global-function-name is the function to be called when the submenu item is selected. |
Remarks |
You must supply an OK (or similar) in Global-function-name to dismiss the screen. |
Example |
To allow the execution of the CALENDAR Global Function from the Windows Client help menu: Application.AboutBox = "CALENDAR,Customer Calendar" The label Customer Calendar is placed at the foot of the drop-down Help menu. If this new menu item is selected, the CALENDAR Global Screen Function is executed: $ABOUTBOX = Application.AboutBox
If after the above setting $ABOUTBOX will contain "CALENDAR,Customer Calendar". |
Topic ID: 510031