Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-17 Thread David Copeland
On 06/17/2014 07:07 AM, Reinier Olislagers wrote: > Got some questions/remarks/workaround for you in the bug report... > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal Answ

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-17 Thread David Copeland
On 06/17/2014 07:07 AM, Reinier Olislagers wrote: > Got some questions/remarks/workaround for you in the bug report... > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal Hi

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-17 Thread Reinier Olislagers
Got some questions/remarks/workaround for you in the bug report... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-13 Thread David Copeland
Oops, I have now uploaded the program source to the Bug tracker. Also reproduced here ... program dbftest; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, dbf, db; { you can add units after this } var dbase: Tdbf;

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-13 Thread Reinier Olislagers
On 12/06/2014 20:37, David Copeland wrote: > Added to the Bug tracker as Issue 26332. Hi Dave, Although you wrote in the bug report that the attached zip contains test source code, it doesn't. Could you attach a simple (FPC) test program to the bug report that demonstrates the problem? Thanks, R

[fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-12 Thread David Copeland
Hi, I think this is a bug I wrote a simple program using Tdbf to export a dBase IV/w. Memo file to a csv file. Accessing the memo field with FieldByName("MEMOFIELD").AsString works fine on one machine but not a second. The first machine runs Suse 12.3 64-bit, with FPC 2.6.2 [2013/03/17] for x86_