Subject | RE: [IBO] How to refresh properly |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-02-27T00:28:55Z |
> -----Original Message-----What do you mean by the "correct display"? Still old values or new but wrong
> From: Marc Leclerc [mailto:mlpgr@...]
> Sent: Jueves 22 de Febrero de 2001 1:10
>
> DM.IB_QueryMain.RefreshAll;
>
> None of the changed to the correct display in the grid (which by
> the way is not the same IB_Control and uses JOIN)
values? If your problem is that you still see old values, you need to
refresh (restart) the transaction associated to DM.IB_QueryMain, otherwise
change such transaction's isolation to Read Committed.
C.