PRB: Error "Not enough Diskspace" When Closing a TableLast reviewed: November 26, 1997Article ID: Q176707 |
The information in this article applies to:
SYMPTOMSWARNING: The information in this article has not been confirmed or tested by Microsoft. Some or all of the information in this article has been taken from unconfirmed customer reports. ANY USE BY YOU OF THE INFORMATION PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this information "as is" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. When you try to close a table (.dbf) file located on a CD-ROM that is not marked as read-only and also contains international characters, you may receive this error:
Not enough diskspace.In Visual FoxPro for Macintosh the program may fail with the following message:
The application Visual FoxPro for Macintosh has unexpectedly quit, because an error of type 3 occurred. You should save your work in other open applications and restart the computer. CAUSEThe table is located on a CD-ROM and the file is not marked as read-only.
RESOLUTIONAdd the NOUPDATE clause to the USE command that opens the table. NOTE: Selecting the "Open As Read-Only" check box adds the NOUPDATE clause to the USE command that is then executed.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
On Windows NT 4.0 the following error messages appear, but on Windows 95 only the second error message appears.
Vfp.exe - Write Protect Error The disk cannot be written to because it is write protected. Please Remove the write protection from the volume in Drive A: [Abort] [Retry] [Ignore] Selection of the [Abort] or [Ignore] button generates the error dialog box: Microsoft Visual FoxPro Error writing to file. [OK] [Help](c) Microsoft Corporation 1997, All Rights Reserved. Contributions by Perry Newton, Microsoft Corporation
REFERENCESMicrosoft Visual FoxPro for Windows Online Help; 3.0, 3.0b, 5.0, 5.0a; search on: Code Page Dialog Box Microsoft Visual FoxPro for Macintosh Online Help; version 3.0b; search on: Code Page Dialog Box
|
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |