Hi,
My combobox displays values of 1 field in my Oracle table. How do I make this combox "auto complete"?
Thanks
-vb
Printable View
Hi,
My combobox displays values of 1 field in my Oracle table. How do I make this combox "auto complete"?
Thanks
-vb
"auto complete"? in the sense??
If I type in L, the combobox will display the value that start with the L, Larry.
set sorted property of combo box to true and style to 2-drop down list..hope this will do for u..
Crptcblade and James have some answers here:
http://209.120.143.185/showthread.ph...t=AUTOCOMPLETE
If setting the style to 2 isn't enough for ya (it just searchs by the first letter).
Try my code out:
Thanks for all the input.
Thanks for the link Edneeis. I tried moikhan's code and it work just fine.
Thank you all.