I'm trying to add a field to a .dbf file in a DBGrid at runtime. I've tried adding a persistent column through
DBGrid1.Columns.Add;
but this only results in one new column being added and all the original columns being deleted. How can I just add columns at runtime, which I can fill with data, without deleting all the original columns? Any help would be appreciated.
cold25
DBGrid1.Columns.Add;
but this only results in one new column being added and all the original columns being deleted. How can I just add columns at runtime, which I can fill with data, without deleting all the original columns? Any help would be appreciated.
cold25