problem in using combo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vandanasridhar
    New Member
    • Mar 2007
    • 21

    #1

    problem in using combo

    hello,
    i use 2 combo's on my form. at form load i load data in them. but these combo can accept user input also. is there any method to prevent such problem, so that user can have only one option that is to select any of the option in combo box.
    thx in advance.
  • cmrhema
    Contributor
    • Jan 2007
    • 375

    #2
    Set the property of style in combobox to 2. dropdown list
    By setting so user cannot keyin
    Bye

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      set the STYLE property to 2-DropdownList

      so that the user can only choose from the list .no entry from keyboard.

      Comment

      • ansumansahu
        New Member
        • Mar 2007
        • 149

        #4
        Originally posted by debasisdas
        set the STYLE property to 2-DropdownList

        so that the user can only choose from the list .no entry from keyboard.
        Yes that should solve your problem.

        thanks
        ansuman

        Comment

        • vandanasridhar
          New Member
          • Mar 2007
          • 21

          #5
          Originally posted by cmrhema
          Set the property of style in combobox to 2. dropdown list
          By setting so user cannot keyin
          Bye
          Thx 2 all. my problem is solved.

          Comment

          Working...