FIX: INSERT (BEFORE) Doesn't Cause Error on Read-Only Query

Last reviewed: October 20, 1997
Article ID: Q121055
2.5x 2.60 | 2.5x 2.60 | 2.5x
WINDOWS   | MS-DOS    | MACINTOSH
kbprg kbbuglist kbfixlist kberrmsg

The information in this article applies to:

  • Microsoft FoxPro for Windows, versions 2.5x, 2.6
  • Microsoft FoxPro for MS-DOS, versions 2.5x, 2.6
  • Microsoft FoxPro for Macintosh, version 2.5x

SYMPTOMS

Performing an INSERT or INSERT BEFORE command on a read-only query doesn't cause an error message as expected.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in FoxPro version 2.6a for Windows, FoxPro version 2.6a for MS-DOS, and FoxPro version 2.6a for Macintosh.

MORE INFORMATION

Steps to Reproduce Problem

  1. Type the following in the Command window:

          USE SYS(2004) + "\tutorial\customer.dbf"
          SELECT * FROM customer
    

  2. Press ESC to close the Browse window.

  3. Type "INSERT" or "INSERT BEFORE" (without the quotation marks) in the Command window.

Note that an editing window is displayed. However, the editing window does not accept any input.

NOTE: The INSERT BLANK command will cause the expected "Cannot write to a read-only file" error message.


Additional reference words: FoxMac FoxDos FoxWin buglist2.50 buglist2.50b
buglist2.50c buglist2.60 fixlist2.60a 2.50 2.50a 2.50b 2.50c 2.60 errmsg
err msg r/o read/only cursor
KBCategory: kbprg kbbuglist kbfixlist kberrmsg
KBSubcategory: FxprgBrowse
Solution Type : kbfix


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