Well dan,
but is "Import data into a memo field ..." the thread name, if it would just be about documents? Also the initial post talks about "about 1000 chars", not documents again.
Memos are for more than 254 chars and can easily be transferred elsewhere if you stay within DBFs.
The discussion about documents came in at the moment tateray mentioned "Some users have Word, Excel, Access, text?"
In my interpretation, dan, and I admit it's just my interpretation, he mentions those file formats as data exchange format. But you can also generate DBFs without any further software needed but a foxpro application he plans to do.
The only reason documents could play a role are for initial input, but then why does he talk about chars only, initially? Or the documents could be meant for output of data into userreadable pretty formatted documents, but that's just the reporting part of an application and not for data exchange.
With this all in mind, do you think I gave a bad advice? I actually don't think this is all about document management. If it is, then taterday has done a bad job in describing what he wants his application to do. Again, that's just my interpretation.
So yes, you may continue to talk about storage of documents, when taterdays problem rather is data exchange of simple texts. He said "line feed for the formatting, nothing special. Sorry for the confusion." So it's rather simple texts like this forums are.
You can easily store them into dbfs, simply put an editbox on your forms for users to enter them and store in memo. Line feed will be stored. Data exchange is easy via COPY TO, which also copies memos and APPEND FROM DBF(), which also appends memos. No problem at all.
Just endless discussions about nothing.
Bye, Olaf.