PRB: Catalog Manager and Wizards Not Available on System Menu

Last reviewed: April 30, 1996
Article ID: Q114719
The information in this article applies to:
  • Microsoft FoxPro for Windows, version 2.6
  • Microsoft FoxPro for MS-DOS, version 2.6

SYMPTOMS

The Catalog Manager and Wizards commands are not available on the FoxPro system menu.

NOTE: The Catalog Manager command is usually located on the File menu. The Wizards command is usually located on the Run menu.

CAUSE

This situation occurs when the configuration file contains the following line

   _STARTUP = <program_name>

where <program_name> is a program or application designated to start whenever you open FoxPro.

WORKAROUND

To restore the Catalog Manager and Wizards commands to the menu, use one of the following methods:

  • Remove the _STARTUP = <program_name> line from the configuration file and then restart FoxPro.

    -or-

  • Run FOXSTART.APP, which is located in the main FoxPro directory.

STATUS

This behavior is by design.

MORE INFORMATION

When FoxPro starts, the FOXSTART.APP application runs by default unless another application or program is specified by the _STARTUP variable. FOXSTART.APP adds the Catalog Manager command to the File menu and adds the Run menu, which contains the Wizards command, to the main FoxPro system menu bar.

Steps to Reproduce Problem

  1. Add the following line to your configuration file (usually CONFIG.FPW in FoxPro for Windows and CONFIG.FP in FoxPro for MS-DOS):

          _STARTUP = test
    

  2. Start FoxPro.

    Note that the Run menu is not available.

  3. Choose the File menu.

    Note that Catalog Manager is not available.


Additional reference words: FoxDos FoxWin 2.60 catman tshoot
KBCategory: kbother kbtshoot kbprb
KBSubcategory: FxtoolCatman


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.