PRB: Error "Not enough Diskspace" When Closing a Table (176707)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Macintosh 3.0b
This article was previously published under Q176707 SYMPTOMS
WARNING: 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.
CAUSE
The table is located on a CD-ROM and the file is not marked as read-only.
RESOLUTION
Add 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.
STATUS
This behavior is by design.
REFERENCES
Microsoft 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
Modification Type: | Major | Last Reviewed: | 5/12/2003 |
---|
Keywords: | kbprb KB176707 kbAudDeveloper |
---|
|