Subject Re: [IBO] TIBOQuery and Refresh
Author Jason Wharton
Yes. Look on my web-site about DML Caching capabilities. It is in the Tech
Info section.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "lmirmatos" <lenny@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, October 22, 2002 3:10 PM
Subject: [IBO] TIBOQuery and Refresh


> 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