On Mon, Apr 14, 2008 at 10:05 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > constructor TMainForm.Create(AOwner: TComponent); > var > fields: TDbfFieldDefs; > > begin > inherited Create(AOwner); > DataSet := TDBF.Create(Self); > DataSet.TableName := 'temp.dbf'; ..........
Thanks, this worked perfectly =) Maybe the problem with TDBf is that I was passing zero to the size of the string field. I had just thougth that I don't care about the size and giving zero would make it a field that can accept any size ... -- Felipe Monteiro de Carvalho _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
