BUG: Invalid Filename or Path Passed When ASCII >127 in Name

Last reviewed: April 30, 1996
Article ID: Q114284
The information in this article applies to:

  - Microsoft FoxPro for Windows, version 2.6
  - Microsoft FoxPro for MS-DOS, version 2.6

SYMPTOMS

If the name of a table or query in use contains at least one character with an ASCII value of 225, then one of the following actions in the Catalog Manager will produce an "Invalid file name or path passed. Wizard terminated." error message:

  • Choosing the AutoScreen button
  • Choosing the AutoReport button
  • Choosing the Print button in a screen

NOTE: This situation may also occur with characters whose ASCII value is higher than 127.

CAUSE

The AutoScreen, AutoReport, and Screen Printing functions do not support filenames that contain certain international characters (any character with an ASCII value higher than 127).

RESOLUTION

To work around this problem, do the following:

  • Use the FoxPro RENAME command to rename the table to a name that does not include any characters with ASCII values higher than 127.

    -or-

  • Use the FoxPro COPY command to copy the table to another table whose name does not include any characters with ASCII values higher than 127.

STATUS

Microsoft has confirmed this to be a problem in FoxPro 2.6 for Windows and FoxPro 2.6 for MS-DOS. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional reference words: FoxDos FoxWin 2.60 buglist2.60 errmsg err msg
extended
character set
KBCategory: kbother kbbuglist kberrmsg
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.