Microsoft KB Archive/101021

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:02, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Redefining Menu Used When SET SYSMENU DEFAULT Is Issued

ID: Q101021

The information in this article applies to:

  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a
  • Microsoft FoxPro for MS-DOS, versions 2.5 and 2.5a

The SET SYSMENU TO DEFAULT command normally returns to the FoxPro standard system menu.

To redefine the default FoxPro menu system, define any needed changes to the menu system, and then issue the following command:

   SET SYSMENU SAVE

The currently defined menu system will function as the default menu system for the current FoxPro session. To return to the FoxPro standard system menu, either quit FoxPro or issue the following command:

   SET SYSMENU NOSAVE

NOTE: The Run menu will not be available after the SET SYSMENU NOSAVE command is issued. To redisplay the Run menu, issue the following command:

   DO foxpro\foxstart.app

FOXSTART.APP is an application included in the FoxPro program directory. Additional reference words: FoxDos FoxWin 2.50 2.50a KBCategory: kbprg KBSubcategory: FxtoolGeneral


Last Reviewed: June 27, 1995
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.