Viewing and Updating Advanced Menu Properties

Each menu item you add contains properties that the system finds and attaches for you. You can view and update these properties, as needed. You can also use these properties to create a menu option from scratch, without pulling it from a source menu, or when you are adding a custom program or subroutine to a menu.

To view and update advanced menu properties:

  1. From the System > System Files > User Control menu, select Menu Maintenance to display the Menu Maintenance window.

  2. On the right side of the window, select the menu ID you want to edit in the Menu field, or click New to create a new menu.

  3. In your custom menu details, select the item you want to view or update and click Advanced. The Advanced window displays the following information for the menu:

Field

Description

Eterm Title

The menu title, as it displays in Eterm interface.

Eterm Shortcut Key

The menu's shortcut key (Alt + this key) used in the Eterm interface.

Solar Title

The menu title, as it displays in the Solar interface.

Solar Shortcut Key

The menu's shortcut key (Alt + this key) used in the Solar interface.

Eterm Program Name

The program name, such as AP.PREVIEW.QUEUE to call the program in Eterm.  For a menu option to be available in Eterm, it must have an Eterm program name.

Eterm Passer

The value to pass to the program that identifies which window to display for this menu option.

For example, the same program runs report writer and mass load. Menu selections that display the report writer version of the Report Writer/Mass Load Design window use the passer value R. Menu selections that display the mass load version of the Report Writer/Mass Load Design window use the passer value M.

Java Package and

Java Class

For Solar menus, the Java program to display from the menu. Together, the Java Package and the Java Class create the program name.

Anything after the last period (.) in the program name is the Java class.

For a menu option to be available in Solar, it must have a Java Package and Java Class.

Java Passer

The value to pass to the program that identifies which window to display for this menu option.

For example, the same program runs report writer and mass load. Menu selections that display the report writer version of the Report Writer/Mass Load Design window use the passer value R. Menu selections that display the mass load version of the Report Writer/Mass Load Design window use the passer value M.

For menus that call a user-defined window, set this field to the UD.FORM ID for the window.

Auth Product

If you are adding a companion product, enter the authorization code for the product. If you are not authorized for this companion, this menu option does not display on the menu.

Shown Where

The user interface the program is available in on the menu: Eterm, Solar, or Both.

  1. Click OK to close the window.

  2. From the File menu, select Save to save your custom menu. That menu is now available for selection to add to other custom menus in the Main Menus list.

See Also:

Adding Non-Standard Menu Options to Custom Menus

Editing Standard Menu Contents Within Custom Menus

Creating Custom Menus Using Standard Eclipse Menus