Subject [IBO] CommitAction vs. Refresh() with TIBO*
Author Enrico Raviglione
Hi,
i have some Refresh problem with TIBOTable/Query when i do a RollBack.

In my form there are 3 TwwDBGrid displaing 3 TIBOTable (details of another
TIBOTable Master).
All the operation on the form are under one Transaction.
If i insert some records on the grid and then make a Rollback i continue to
see the records.
If after the RollBack i do a Refresh() for every TIBOTable all work fine.

I have tried all the possible CommitAction but none seem to work, some
suggestion ?

Regards,
Enrico Raviglione.