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