+ Reply to Thread
Results 1 to 3 of 3

jumping to a portion of a list box

  1. #1
    rebecca mann
    Guest

    jumping to a portion of a list box



    Greetings all, I am developing a workbook for data collection in a
    research project (which will be used from a PDA). We are tracking plant
    species that occur at a particular site and I have a picklist from which
    the user can choose one plant among about 200 that could potentially
    occur at the site. However, using this picklist on the PDA is
    cumbersome: the user has to scroll down the list by pointing the little
    stylus into the littler cell on the screen... this really slows down
    the data collection process. Is there a way to jump to a portion of the
    picklist instead, or does anyone have a creative idea as to how we might
    solve this probem?

    Thanks - I'll be glad for any advice!!

    *** Sent via Developersdex http://www.developersdex.com ***

  2. #2
    Chip Pearson
    Guest

    Re: jumping to a portion of a list box

    How would any possible code determine what location to jump to?

    A listbox has TopIndex property that specifies the list entry
    that is to be displayed at the top of the listbox, but you have
    to know that index number.

    Me.ListBox1.TopIndex = 1


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "rebecca mann" <[email protected]> wrote in message
    news:%[email protected]...
    >
    >
    > Greetings all, I am developing a workbook for data collection
    > in a
    > research project (which will be used from a PDA). We are
    > tracking plant
    > species that occur at a particular site and I have a picklist
    > from which
    > the user can choose one plant among about 200 that could
    > potentially
    > occur at the site. However, using this picklist on the PDA is
    > cumbersome: the user has to scroll down the list by pointing
    > the little
    > stylus into the littler cell on the screen... this really
    > slows down
    > the data collection process. Is there a way to jump to a
    > portion of the
    > picklist instead, or does anyone have a creative idea as to how
    > we might
    > solve this probem?
    >
    > Thanks - I'll be glad for any advice!!
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




  3. #3
    Tom Ogilvy
    Guest

    Re: jumping to a portion of a list box

    If your using Excel (rather than pocket excel), then you can use a combox
    from the control toolbar toolbox and set it to match based on the characters
    typed in.

    Otherwise, you might have multiple picklists with sections of the original
    list.

    --
    Regards,
    Tom Ogilvy

    "rebecca mann" <[email protected]> wrote in message
    news:%[email protected]...
    >
    >
    > Greetings all, I am developing a workbook for data collection in a
    > research project (which will be used from a PDA). We are tracking plant
    > species that occur at a particular site and I have a picklist from which
    > the user can choose one plant among about 200 that could potentially
    > occur at the site. However, using this picklist on the PDA is
    > cumbersome: the user has to scroll down the list by pointing the little
    > stylus into the littler cell on the screen... this really slows down
    > the data collection process. Is there a way to jump to a portion of the
    > picklist instead, or does anyone have a creative idea as to how we might
    > solve this probem?
    >
    > Thanks - I'll be glad for any advice!!
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1