BUG: Table Wizard Cannot Overwrite Text File

Last reviewed: April 24, 1997
Article ID: Q161901
The information in this article applies to:
  • Microsoft Visual FoxPro for Macintosh, version 3.0b
  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 5.0a

SYMPTOMS

If a file that is not a table exists with the same name and extension as the table you want to save, the Table Wizard does not overwrite the old file with the new table. Several error messages appear in succession and the new table is not saved. The following errors appear after typing the table's name and clicking Save:

   Error #15 in checkfilename(0): Not a table.

followed by:

   Error #13 in checkfilename(0): Alias '_CHECKNAME' is not found.

followed by:

   Error #1924 in processoutput(0): OWIZARD is not an object.

After the error messages disappear, the Table Wizard shuts down.

If the original file is a table and not a text file, the Table Wizard overwrites it properly.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Type the following command into the Command window:

          SET DEFAULT TO HOME()
    

  2. Create a text file named Test.dbf and save it.

  3. Start the Table Wizard.

  4. Select any table, choose all the fields, and click Finish.

  5. When prompted, save the table as Test.dbf.


Keywords : buglist3.00 buglist3.00b FxtoolWizother kbtool VFoxMac VFoxWin vfpbug5.0a kbbuglist
Version : 3.0 3.0b 5.0 5.0a
Platform : MACINTOSH WINDOWS
Issue type : kbbug


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 24, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.