Results 1 to 2 of 2

Thread: VB Combo Boxs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Glasgow, Scotland
    Posts
    71

    Post

    Please Help

    How do you set the text propertie of a combo box to an item in the list if you know the ItemData number.

    Thanks,

    Chris

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    To set a combobox to a particular entry

    form.combo.listindex= number

    To change the value of an item

    form.combo.additem "text", number
    form.combo.removeitem number+1

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