Problem with DBLookupComboBox

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gschlenke
Posts: 1
Joined: Mon 23 Jan 2006 04:06
Location: Deutschland,Herdecke

Problem with DBLookupComboBox

Post by gschlenke » Mon 23 Jan 2006 04:15


I'm new with MyDAC and started to port an existing application that uses ODBC access. In a dialog I placed three DBLookupComboBoxes and defined the properties as usual. At runtime only one of these controls has the desired behaviour, two of them didn't change the displayed value. They dropped down the list of values, but after selecting of another item nothing happened.

Is there something special that must be done to let the controls work as needed?

Thanks in advance,
Guido Schlenke

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 23 Jan 2006 15:10

We have tested DBLookupComboBox with MyTable and MyQuery. One table connected to ListSource and one table connected to DataSource were used.
There were no troubles with record values modifications. Check, please,
value of AutoEdit property of DataSource that is connected as DBLookupComboBox.DataSource. Please check settings you made and try again.

Post Reply