hi siva sara already was resolved with this coding, and its better always write
the exact code I think
siva subramanian <[EMAIL PROTECTED]> wrote: hi no need do this
codings.because dbcombox want show all the records.I think your adoquery have
parameter value.Can you check your adoquery have parameters
Arsen Khachatryan <[EMAIL PROTECTED]> wrote: 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]
---------------------------------
Why delete messages? Unlimited storage is just a click away.
[Non-text portions of this message have been removed]
---------------------------------
Got a little couch potato?
Check out fun summer activities for kids.
[Non-text portions of this message have been removed]