peteraharrison
Programmer
When using a memo field to store incrementing history, the program reports a "disk full" error when replacing <memofield> with <memofield> + <newstring>. When this occurs the <memofield> content is usually 64k or more and the added bytes are typically a few tens or a few hundreds of bytes. Obviously this is nowhere near the Foxpro memo field limit and the disk drives involved usually have 10GByte or more free space.
The application is running in an NTVDM on either NT 4.0 or 2000 Professional application servers. The problem can be demonstrated interactively once it occurs under program control and can be fixed (temporarily) by appending to a new structure and renaming etc. However, under normal use, the problem reappears in a short period.
Any ideas on this will be greatly appreciated.
The application is running in an NTVDM on either NT 4.0 or 2000 Professional application servers. The problem can be demonstrated interactively once it occurs under program control and can be fixed (temporarily) by appending to a new structure and renaming etc. However, under normal use, the problem reappears in a short period.
Any ideas on this will be greatly appreciated.