dear all,
i have create a dbase file with Tdbf component, but when create a field show
some error like this

ge_unit.pas(297,46) Error: Identifier not found "ftAutoInc"

i have replace with ftstring or ftinteger , show same error , i have follow
the instructions on the web page, here the code

       Dbf1.Active  := False;
       dbf1.TableLevel := 7;
       Dbf1.TableName := 'Test.dbf';
       Dbf1.FieldDefs.Clear;
       Dbf1.fieldDefs.Add('id',ftAutoInc,0,True);
       Dbf1.fieldDefs.Add('Name',ftstring,30,True);
       Dbf1.createtable;

is there  something i missed..?

thanks
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to