Subject Re: [IBO] Lookup Table for TEdit
Author Helen Borrie
Re: [IBO] Lookup Table for TEdit Hello zahn@...,

Tuesday, November 10, 2015, 10:05:37 PM, you wrote:





Hello everybody,

I try to combine a LookUp Table with a simple TEdit.

My attempts:

IB_ComboBox will have a Database Field as Target.

IB_LookupCombo will also have a Database Field as Target.

IB_LookupCombo is the way i am looking for, but the selected value have to go to the TEdit.

Any Ideas?
It's not clear to me what you want to do....but it seems the key to your strategy would be the TIB_Datasource.  It provides the linkage between the dataset and whatever data-aware controls are surfacing the fields in your visual interface.

Helen