PRB: Open Dialog Box in SET VIEW If Table Name Contains Space

Last reviewed: June 4, 1996
Article ID: Q136903
The information in this article applies to:
  • Microsoft Visual FoxPro for Macintosh, version 3.0b
  • Microsoft FoxPro for Macintosh, version 2.6a

SYMPTOMS

A dialog box appears to prompt the user to 'Select a Table' when the user issues the SET VIEW TO <file> command, or when the user clicks Open on the File menu and opens an existing view file.

CAUSE

When the view file was created, one or more of the tables in the view has a space in the table name.

RESOLUTION

Remove the spaces from the table name. Then recreate the view.

STATUS

Microsoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create one or more tables that has at least one space in its name.

  2. In the View window, set a relationship on a common indexed field between this table, either as parent or as a child, and another table.

  3. Save the open tables and relations to a view file by:

        - Clicking Save As on the File menu and entering a name, such as
          Spaces, in the Save View as dialog box.
    

          -or-
    

        - Typing CREATE VIEW Spaces in the Command window.
    

  4. Either type SET VIEW TO Spaces in the Command window, or click Open on the File menu, choose View as file type, and open Spaces. At this point, an Open dialog box appears that prompts you to select a table.


Additional reference words: vFoxMac 3.00b 2.60a FoxMac vue index order
KBCategory: kbprg kbprb
KBSubcategory: FxprgSet


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: June 4, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.