Subject Re: [IBO] Detecting Refresh
Author jwharton@ibobjects.com
I think the dataset should have an AfterRefresh event. Have a look.
If not, then AfterOpen should do the trick.

Jason

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hi,
I'm sure it's obvious, but I can't spot it. How can I detect that a
TIB_Query has been refreshed (eg by a TIB_UpdateBar) so that I can
update my custom control that relies upon it? Is there an event that
is only called once and only for Refresh?

Thanks,
Steve