Subject TIB_LookupCombo: refresh the dataset
Author HJ
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