Hi again,
I'm looking for how to change the value of a field in my paradox database through delphi code.
given that it is possible to do form1.table1.append or form1.table1.delete, is it possible to use code to change the actual values in the fields?
For example
form1.table1.somethingidontknow := 58;
Any help much appreciated
I'm looking for how to change the value of a field in my paradox database through delphi code.
given that it is possible to do form1.table1.append or form1.table1.delete, is it possible to use code to change the actual values in the fields?
For example
form1.table1.somethingidontknow := 58;
Any help much appreciated