Pull down menus are sub-menus at the items of top menus. The items in pull down menus can be absolutely freely defined, but will usually used to call lists and forms, further sub-menus, or object-independent procedures.
A menu becomes a pull down menu if it is called at the superordinate top menu item with the macro @NEXT. The corresponding parameter is the pull down menu name.
Dynamic pull down menus are special sub-menus to be called at the MS-compatible top menu items Edit, Window, and View. The following menu names are reserved for dynamic pull down menus:
The menu must contain at least one "static" item. Else DataView cannot create the dynamic context menu items. Two possible ways of creations exist:
Because two separate pull down menus are available for the View item, you will either have to insert as sub-menu (for instance with the items Toolbars, Window) or alternatively create two top menu items (for instance View 1, View 2).