Subject | TIB_LookupCombo: refresh the dataset |
---|---|
Author | HJ |
Post date | 2002-09-19T07:50:19Z |
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
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