buider xe
mydac 7.01 prof no source.
mysql 5.5
Create form. Place on form MyQuery, MyDataSource,DBLookupComboBox and MyTable.MyDatasource set MyTable(id, name, data...);DBLookupComboBox set MyDataSource
Code: Select all
DBLookupComboBox1->ListField="NAME";
DBLookupComboBox1->KeyField="ID";What do I do not correctly? But only the chosen data from Query in DBLookupComboBox1 is necessary to me.