Definition of table menu-item
Contains pointers for contructing menu items. If the menuitem object ID is in the program file, a program is run. If it is in the menu file, a menu is run. It is not allowed in both. If not in either, the option is disabled. , Table Dump Name menuitem

Alphabetical Field Summary

  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created at
  • cre-user-name: (CHAR) User who created this record
  • extern-guid: (CHAR) External Global Unique ID for this record
  • item-custom: (LOGC) Is this item a site customized item?
  • item-is-seperator: (LOGC) This menu item is really a GUI menu seperator
  • item-menu-tag: (CHAR) Menu tag for menu item manipulation (optional)
  • item-mnemonic: (CHAR) Mnemonic key, if any, for this menu item
  • item-shortcut: (CHAR) Shortcut key to invoke this menu item (optional)
  • menu-obj-id: (CHAR) Object ID of menu items parent
  • obj-id: (CHAR) A unique object identifier
  • order: (INTG) Specify order that menu item is to appear in the menu
  • state-tag: (CHAR) Set to All or the two letter name of the state it's specific
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time record was last updated
  • upd-user-name: (CHAR) User who last updated this record

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • menu-list: (PRIMARY) menu-obj-id, order, obj-id
  • menu-object: menu-obj-id, obj-id, order

    Tables menu-item references

  • menu - A file consisting of a list of menus. This includes any sub-
  • program - one entry for each program that can be run in association wi


    Detailed Alphabetical Field Listing
    cre-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who created this record

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    item-custom Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Is this item a site customized item?

    item-is-seperator Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: This menu item is really a GUI menu seperator

    item-menu-tag Data type: CHARACTER
    Format: x(16)
    Help: Menu tag for menu item manipulation (optional)

    item-mnemonic Data type: CHARACTER
    Format: x(8)
    Help: Mnemonic key, if any, for this menu item

    item-shortcut Data type: CHARACTER
    Format: x(8)
    Help: Shortcut key to invoke this menu item (optional)

    menu-obj-id Data type: CHARACTER
    Format: x(16)
    Help: Object ID of menu items parent
    Attributes: Index Component, Mandatory

    obj-id Data type: CHARACTER
    Format: x(16)
    Help: A unique object identifier
    Attributes: Index Component, Mandatory

    order Data type: INTEGER
    Format: >>9 (Initial Value: 1)
    Help: Specify order that menu item is to appear in the menu
    Attributes: Index Component, Mandatory

    state-tag Data type: CHARACTER
    Format: x(3) (Initial Value: All)
    Description: Set to All or the two letter name of the state it's specific
    Help: All if for all states (base product) or state specific name

    upd-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was last updated

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who last updated this record

    Created on 03/01/2019 by DBHTML V1.2