Error Message Parameters Displayed with SYS(2018)

Last reviewed: April 30, 1996
Article ID: Q130210
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

Using a single function, SYS(2018), Visual FoxPro can return the file, field, or variable name as a parameter for the error messages listed here. Error messages that have optional error message parameters may not always return a parameter through SYS(2018). This article describes what is returned from error message parameters by SYS(2018) depending on which error SYS(2018) is returning.

MORE INFORMATION

Error Message Parameters Returned by SYS(2018)

"<cursor>" must be created with SELECT ... INTO TABLE. (1815)

"<field>" is not related to the current work area. (1165)

"<field> | <variable>" is not unique and must be qualified. (1832)

"<file>" is not a FoxPro EXE file. (1196)

"<file>" is not an object file. (1309)

"<name>" is not a file variable. (226)

"<name>" is not a file variable. (226)

"<name>" is not a memory variable. (225)

"<name>" is not an array. (232)

ALIAS ["<alias>"] not found. (13)

Application file "<file>" not closed. (1178)

Cannot create file "<file>". (102)

Cannot open file "<file>". (1101)

File ["<file>"] does not exist. (1)

Key label ["<label>"] is invalid. (1255)

Not enough disk space for "<file name>". (56)

Object file "<file>" is the wrong version. (1195)

Procedure "<procedure>" not found. (1162)

Queue "<queue>" not found. (1716)

Server "<server>" not found. (1715)

SQL column "<field> | <variable>" not found. (1806)

Variable ["<variable>"] not found. (12)

WINDOW ["<window name>"] has not been defined. (214)


Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kberrmsg
KBSubcategory: FxprgGeneral


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.