Change name of field in tablePosted by Philippe on October 19, 2001 Hello, I want to change the field name in paradox table but i receive a message error index.. Tcours.active:=true;
edit1.text:=Tcours.fieldbyname('Date').fieldname;
Tcours.close;
Tcours.exclusive:=true;
Tcours.Fields.Fields[1].FieldName:='Dates';
Tcours.active:=false;
Thank you for your help Philippe
|
|