Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These commands and functions make it possible for you to develop, display, and activate user-defined menus and menu bars.
Use |
To |
|---|---|
Print or display lines of text. |
|
Display and activate a menu. |
|
Return the number of the most recently chosen item from a menu defined with DEFINE POPUP or a menu item chosen from a Visual FoxPro menu. |
|
Included for compatibility with dBASE. |
|
Release the specified item or items from memory. |
|
Release the specified item or items from memory. |
|
Return the number of menu items on a user-defined menu or the Visual FoxPro system menu. |
|
Return the number of menu titles on a user-defined menu bar or the Visual FoxPro system menu bar. |
|
Open the Menu designer in Visual FoxPro. |
|
Deactivate a user-defined menu bar and remove it from the screen. |
|
Deactivate a menu created with DEFINE POPUP. |
|
Create a menu item on a menu created with DEFINE POPUP. |
|
Create a menu bar. |
|
Create a menu title (pad) on a user-defined menu bar or the Visual FoxPro system menu bar. |
|
Create a menu. |
|
Return the number of an item on a menu defined with DEFINE POPUP or the Visual FoxPro system menu. |
|
Return the menu title for a given position on the menu bar. |
|
Hide one or more active user-defined menu bars. |
|
Hide one or more active menus created with DEFINE POPUP. |
|
Open the Menu designer so you can modify or create a menu system. |
|
Move a user-defined menu created with DEFINE POPUP to a new location. |
|
Determine whether a menu item on a user-defined or Microsoft Visual FoxPro system menu is marked. |
|
Determine whether a menu title on a user-defined menu bar or on the Visual FoxPro system menu bar is marked. |
|
Specify a menu or menu bar that is activated when you choose a specific menu item from a menu. |
|
Included for compatibility with dBASE. |
|
Included for compatibility with dBASE. |
|
Included for compatibility with dBASE. |
|
Included for compatibility with dBASE. |
|
Specify the menu or menu bar that is activated when you choose a specific menu title. |
|
Specify a command that executes when you choose a specific menu item. |
|
Specify a command that executes when you choose any menu title on a menu bar. |
|
Specify a command that executes when you choose a specific menu title on a menu bar. |
|
Specify a command that executes when you choose any menu item from a specified menu or from all menus. |
|
Return as an uppercase character string the menu title most recently chosen from a menu bar, or returns a logical value indicating if a menu title is defined for an active menu bar. |
|
Restore the specified menu bar definition that was placed on the stack with PUSH MENU. |
|
Restore the specified menu definition that was placed on the stack with PUSH POPUP. |
|
Return as a string the name of the active menu, or a logical value indicating if a menu has been defined. |
|
Return the text of a menu item. |
|
Return the text of a menu title. |
|
Return the text for a menu title chosen from a menu bar or for a menu item chosen from a menu. |
|
Place a menu bar definition in a stack of menu bar definitions in memory. |
|
Place a menu definition on a stack of menu definitions in memory. |
|
Remove a specified menu item or all menu items on a menu from memory. |
|
Remove user-defined menu bars from memory. |
|
Remove a specific menu title or all menu titles from memory. |
|
Remove a specific menu or all menus from memory. |
|
Specify a mark character for menu titles or menu items, displays, or clear the mark character. |
|
Enable or disable a menu, menu bar, menu title, or menu item for user-defined menus or the Microsoft Visual FoxPro system menu. |
|
Change the size of a menu created with DEFINE POPUP. |
|
Determine if a menu item is enabled or disabled with SET SKIP OF. |
|
Determine whether a menu title is enabled or disabled with SET SKIP OF. |
|
Display one or more user-defined menu bars without activating them. |
|
Display one or more menus defined with DEFINE POPUP without activating them. |
|
Return a space-delimited character string containing the internal names of the Visual FoxPro menu system. |