Subject Re: [IBO] TIB_LookupCombo: refresh the dataset
Author Jason Wharton
Best thing to do to keep datasets refreshed properly is to use the DMC
Caching mechanisms in IBO. There should be a tech info sheet on it.

Regards,
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: "HJ" <hiejoen@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 19, 2002 12:50 AM
Subject: [IBO] TIB_LookupCombo: refresh the dataset


> Hi All,
>
> In my MDI application I have a data entry form with some TIB_LookupCombo
> components. Sometime I need to refresh TIB_LookupCombo's dataset to
> get a new item.
>
> What is the best way to refresh my TIB_LookupCombo's dataset ? Call
> TIB_Query.Refresh method on TIB_LookupCombo OnEnter event ? Or is there
> a hotkey to refresh the dataset when necessary ?
>
> Transaction settings:
> TIB_Transaction.ServerAutoCommit = True.
>
> TIA
> HJ