one more question about combo box:
is there a way to make the combo box not editable, which means user won't be ablt to type anything in the box and has to select an item in the list?
thanks for help
Printable View
one more question about combo box:
is there a way to make the combo box not editable, which means user won't be ablt to type anything in the box and has to select an item in the list?
thanks for help
U must set propert combobox.style = DropDownList...
(I hope to remid well for the value...)
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
combobox.style=2
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
you are right.
thanks a lot.