Subject Re: [IBO] Refresh on Update
Author ra8009
Alan,

Thnaks, that sounds like a good idea. One question, what if the
refresh hits while the "receiver" is adding info of their own?


--- In IBObjects@yahoogroups.com, "Alan McDonald" <alan@m...> wrote:
> > When user A updates a record, user B needs to see it immediately or at
> > least within a few seconds. What's the best way to make this happen?
> >
>
> in these cases, I use events - the event receiver must refresh it's
> transaction to see the committed update from the first user. (of
course User
> A's update must be committed)
> Alan