Key in data in combo box

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

in my combo box , as the user choose the display member , the grid will show
related data[I can do it]
However,as the user "key in the data" in the combox , and press 'enter' ,
the grid won't show related data.
I know the selected index doesn't change. I try validated event, enter
event.

it seems I cannot get the "selected item" from the combo box (if the user
'key in' any data), right ??
 
Hi Agnes,

There is as well a property
combobox.text is that the one you are looking for?

Cor
 
walla
text property is what u can c

Cor Ligthert said:
Hi Agnes,

There is as well a property
combobox.text is that the one you are looking for?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top