PRB: Cannot Access Query Wizards from Catalog Manager

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

SYMPTOMS

If there are no tables in the current catalog, the Query Wizards are inaccessible. If you attempt to invoke the Query Wizards from the Catalog Manager (by selecting New while the Query tab is active) without any tables in the current catalog, FoxPro will prompt you for the name of a .QPR file, the name of a database, and then the RQBE window will be opened.

RESOLUTION

Add a table to the catalog or run the Query Wizards by choosing Wizard and then choosing Query from the Run menu.

MORE INFORMATION

Steps to Reproduce Behavior

  1. In the Command window, type the following:

          DO (SYS(2004)+'CATALOG.APP')
    

  2. If you are prompted for a catalog file, choose New and then type the name of a new catalog. If a catalog file is automatically opened, choose New Catalog from the File menu in the Catalog Manager, and then type the name of a new catalog.

  3. Select the Query tab, and then choose the New button.

  4. Type the name of a new .QPR file in the Save Query As dialog box.

  5. Select a database file in the Select A Table dialog box.

The RQBE window is opened.


Additional reference words: FoxDos FoxWin 2.60 relational query by example
KBCategory: kbprg kbprb
KBSubcategory: FxtoolRqbe


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.