|
-
Jun 27th, 2002, 12:46 PM
#1
Thread Starter
Addicted Member
Auto complete Combobox
Hi,
My combobox displays values of 1 field in my Oracle table. How do I make this combox "auto complete"?
Thanks
-vb
-
Jun 27th, 2002, 12:54 PM
#2
Hyperactive Member
"auto complete"? in the sense??
-
Jun 27th, 2002, 01:01 PM
#3
Thread Starter
Addicted Member
If I type in L, the combobox will display the value that start with the L, Larry.
-
Jun 27th, 2002, 01:09 PM
#4
Hyperactive Member
set sorted property of combo box to true and style to 2-drop down list..hope this will do for u..
-
Jun 27th, 2002, 01:11 PM
#5
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).
-
Jun 27th, 2002, 01:17 PM
#6
-
Jun 27th, 2002, 01:37 PM
#7
Thread Starter
Addicted Member
Thanks for all the input.
Thanks for the link Edneeis. I tried moikhan's code and it work just fine.
Thank you all.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|