APPLICATION.ABOUTBOX |
DEVELOPER |
|
|
Purpose |
APPLICATION.ABOUTBOX allows you to specify an 'About Box' for the application. |
Syntax |
APPLICATION.ABOUTBOX=global-screen-function-name,sub-menu-text |
Operation |
global-screen-function-name is the name of the Global Screen function that is invoked when the user selects the Help menu text specified in the second parameter. |
Remarks |
The function, which displays the About Box will be a Global Screen function that can be called automatically by PROIV. The function is invoked from a sub-menu item in the Windows Client Help menu. The text of the sub-menu item is specified in the call. |
Example |
Application.AboutBox="APP_ABOUT_BOX,About My App" |
Topic ID: 520020