Page 1 of 1

Rollback does not refresh dataset

Posted: Fri 15 Sep 2006 18:10
by xstef
Hi,
i have a IBCQuery, Datasource, and a Grid. I open the dataset, do some changes in a record and then do a rollbackretaining. Then the dataset does not refresh and still displays on the grid the changed values. Is this normal behavior ?, should i do a manual Refresh ?

Thank you in advance,

Stefanos

Posted: Tue 19 Sep 2006 13:52
by Alex
TCustomIBCDataSet and its descendants have no such refresh functionality, you should call Refresh on needed datasets manually.