Places a menu definition on a stack of menu definitions in memory.
Syntax
PUSH POPUP MenuName
Arguments
MenuName
Specifies the name of the menu whose definition is placed on the stack. The menu can also be a Visual FoxPro system menu.
Remarks
When used with POP POPUP, PUSH POPUP lets you save a menu definition, make changes to the menu definition, and then restore the menu definition to its original state.
Menu definitions are placed on and removed from the stack in last-in, first-out order.