Results 1 to 4 of 4

Thread: Remote ComboBox...

  1. #1

    Thread Starter
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Here's what I need to do:

    <option value="IDnumber">NameOfID</option>

    I have to do this in VB for a listbox...
    A friend of mine wrote that, if it's too confusing then i'll try to reword it.

    Thank you,
    D!m & WackyMax
    Dim

  2. #2
    Guest
    The "IDNumber" is the listindex.

    Code:
    Combo1.ListIndex

  3. #3

    Thread Starter
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Umm...i'll try to explain it more.
    I have values in a combo box and list box. And i want to match them up...meaning when an item is selected in the combo box then a value in the listbox is selected and stored as a string. =/ I hope that explains it better.

    Combo1 List1
    Item1 1
    Item2 2
    Item3 3

    And as more items are added to the combobox they are right away mtached with items in the listbox...
    Man is that confusing or what...

    Thanx,
    D!m
    Dim

  4. #4

    Thread Starter
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Ah i have a slow supervisor that didn't tell me that this could easily be done in php as long as i send him the string. So everything is done, thanx for the "help".

    Laterz,
    D!m
    Dim

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