Subject TIBOQuery and Refresh
Author lmirmatos
I am writing my first app with IBO. I use iboTDataSet palette because
I want to use Delphi and InfoPower components and dialogs. My users
need modify data, but see the changes other users can do too.

I think I should to use TIBOTransaction with Isolation = tiCommited,
AutoCommit = false. But I don't know how can I refresh the grids and
show the changes other users do. Should I to use a timer and use
IBOQuery.Refresh? Or Transaction.Refresh?

Can the TIBOQuery do something like a "AutoRefresh"?

Thanks in advanve

Lenny Miranda