Results 1 to 7 of 7

Thread: Auto complete Combobox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Location
    Florida
    Posts
    213

    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

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    342
    "auto complete"? in the sense??
    ksm

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Location
    Florida
    Posts
    213
    If I type in L, the combobox will display the value that start with the L, Larry.

  4. #4
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    342
    set sorted property of combo box to true and style to 2-drop down list..hope this will do for u..
    ksm

  5. #5
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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).

  6. #6
    Frenzied Member Microbasic's Avatar
    Join Date
    Mar 2001
    Posts
    1,402
    Try my code out:


    MicroBasic
    Dragon Shadow Trainer

    There is no good or evil in the world...only programmers and fools .

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Location
    Florida
    Posts
    213
    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
  •  



Click Here to Expand Forum to Full Width