DOCUMENT:Q179479 10-AUG-1999 [foxpro] TITLE :PRB: Problems with Error 2004 and 2005 Commands PRODUCT :Microsoft FoxPro PROD/VER:WINDOWS:5.0,5.0a OPER/SYS: KEYWORDS:kbvfp ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a ------------------------------------------------------------------------------- SYMPTOMS ======== Using the ERROR command with either error number 2004 or 2005 produces a blank dialog box instead of the proper error message. STATUS ====== Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION ================ The error message for error number 2004 should return the following message: The table file "name" has moved. Please validate database "name" and try again. The error message for Error number 2005 should return the following message: Error with "name" - "property": "error". If you attempt to pass the two error numbers listed above more than one parameter, you receive a syntax error message. Steps to Reproduce Behavior --------------------------- 1. Activate the Command window and type the following commands: " ERROR 2004 ERROR 2005" (without the quotation marks) 2. Blank dialog boxes appear. 3. If you pass more than one variable to the ERROR command for error numbers 2004 or 2005, a syntax error occurs. For example, a syntax error occurs if you type the following in the FoxPro Command window because you want to represent a table and a database name for error 2004: ERROR 2004, "Customer","Testdata" REFERENCES ========== Visual FoxPro Technical Reference Online: Error Messages By Number Additional query words: ====================================================================== Keywords : kbvfp Technology : kbVFPsearch kbAudDeveloper kbVFP500 kbVFP500a Version : WINDOWS:5.0,5.0a Issue type : kbprb ============================================================================= 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. Copyright Microsoft Corporation 1999.