Hello,
I have a dialog with several TDBEdit controls associated with fields in a TOracleDataSet. When the user closes the dialog I calculate a date value and assign it to a field in the same dataset, like this:
MySet['VERSION_DATE'] := dtpDate.Date;
Now when ApplyUpdates is called the value in...