Results 1 to 3 of 3

Thread: Dropdown list with additional space for user entry??

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Location
    Portland, OR.
    Posts
    226

    Post

    Hi there..

    If you have a Dropdown list with predefined options like:
    A , B , C , D AND a Space for the user entry which is not in the list.
    I think you know what i mean .

    How can I do this??

    Thanx for reading/helping

    Lyla.

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Use a ComboBox with a Style = 0 or 1.

    ------------------
    Marty

  3. #3
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Post

    Create a ComboBox - change it's Style property to 1 (Simple Combo).
    If you want predefined text in the space for user entry - put it in the Text property.
    If you want predefined options in the list - put it in the List property in Design Time - or use the AddItem method in Run Time.

    ------------------
    Yonatan
    Teenage Programmer
    E-Mail: [email protected]
    ICQ: 19552879
    AIM: RYoni69

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