Set SysMenu
This command (actually, it's more like a collection of commands) lets you make changes to the system menu. There are a surprising number of alternatives.
Usage |
SET SYSMENU ON | OFF | AUTOMATIC SET SYSMENU [ TO PadList | PopupList | DEFAULT ] [ SAVE | NOSAVE ] |
Perhaps you have certain items you always add to the menu and/or others you always remove. It gets pretty tedious having to fiddle every time you SET SYSMENU TO DEFAULT. So don't. Instead, set up the menu the way you want it, then issue SET SYSMENU SAVE. From then on, SET SYSMENU TO DEFAULT restores the menu the way you modified it, not to the bare-bones VFP menu. |
Example |
* Generated menus begin with: SET SYSMENU TO SET SYSMENU AUTOMATIC |
See Also |