hi i have resolved your problem just you have to put the field name which you
want to show in dbcombobox and please let me know if i can help you
u can put this code in form create ot button click
while not Query1.Eof do begin
DBComboBox1.Items.Add(Query1.FieldByName('FIRST_NAME').AsString);
Query1.Next;
end;
sara-arian <[EMAIL PROTECTED]> wrote:
hi.
I've used dbcombobox which is connected to a dataset connected to adoquery with
this sql: 'select * from table'
but although my adoquery is active but dbcombobox just show first record of
table.
I don't know where the problem is.
please help me.
---------------------------------
Building a website is a piece of cake.
Yahoo! Small Business gives you all the tools to get online.
[Non-text portions of this message have been removed]
---------------------------------
Pinpoint customers who are looking for what you sell.
[Non-text portions of this message have been removed]