PRB: Two Error Messages When Closing Query with No FieldsLast reviewed: April 29, 1996Article ID: Q102047 |
The information in this article applies to:
SYMPTOMSClosing a Visual FoxPro Query Designer or a FoxPro 2.x RQBE query with no fields selected for output will generate a two-part error:
CAUSEA SELECT statement with no fields selected cannot be closed because it is not a valid SQL statement--FoxPro checks to see if it is a valid SQL statement before bringing up the Save dialog box. The Query Designer and RQBE depend on being able to compile the SQL statement when they open a .QPR file. Therefore, FoxPro will not save an invalid, uncompilable statement by bringing up the Save dialog box when the close box is used.
RESOLUTIONTo save an SQL statement that has no selected fields, choose Save or Save As from the File menu. This method works because FoxPro does not check the SQL statement to make sure it is valid first. However, when you attempt to open the *.QPR file, the following error message appears:
Unrecognized command verb.- CANCEL, SUSPEND, IGNORE.If you attempt to run the invalid *.QPR file by choosing Query from the Run menu, the following error messages appear:
Could not execute query. Unrecognized command verb. |
Additional reference words: FoxDos FoxWin VFoxWin 2.00 2.50 2.50a 2.50b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |