Results 1 to 3 of 3

Thread: combo box

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 1999
    Location
    Daly City, CA, USA
    Posts
    7
    here is my code

    text1.text = combo1.listindex

    But text1.text will only be -1, even if I select other list from the combo box? why? how do I let computer know I select other list already???

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    put the text1.text = list1.listindex
    in the click event of the combobox
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Guest

    Thumbs up Ok been there and got completely p offed

    text1.text = combo1.list(combo1.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