Subject TDBLookupComboBox & IBOQuery
Author mitch_landor
I can't get the TDBLookupComboBox to work. I want to select from a
list of items generated by a query and then select one without editing
it, then use this value to show associated records in a grid.

I have a TDatasource connected to a TIBOQuery. The datasource works
OK, but I have not used the TDBLookupComboBox before. If I specify the
TDatasource & Datafield nothing appears in the box. If I specify
TDatasource in Lookupsource I get error message "Lookupsource must be
connected to TTable component."

How can I get this to work with TIBO?

Many thanks,

Mitch