Results 1 to 5 of 5

Thread: [RESOLVED] No Typing in Combo Boxes

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    86

    Resolved [RESOLVED] No Typing in Combo Boxes

    I want the end user to not be able to type in a Combo box and to just use the data that we already have pre-filled. Any ideas? This maybe simple but I just can not think of it.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: No Typing in Combo Boxes

    Set the combo's property style to dropdown list on its property page.

  3. #3

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    86

    Re: No Typing in Combo Boxes

    I knew it had to be simple. duh,,, thanks.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: No Typing in Combo Boxes

    Quote Originally Posted by vbjohn
    I knew it had to be simple. duh,,, thanks.
    Something to keep in mind when using a combo like this.

    Assigning something to equal Combo1.Text will result in an error. If you need a default value in your combo, you would need to use its ListIndex.

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