Results 1 to 3 of 3

Thread: And here comes another question from me :-)

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Åsa, -, Sweden
    Posts
    14

    Post

    I've got a listbox and now I'm wondering hwo I should do so that I won't return to the beginning every time I click it (or use the arrows).
    If I click item 100 (or use the arrows) it is loaded and then the listbox is back to item 1-10 again and that is disturbing since I'm building up a large index and need the ability to look throught it without having to spend a few seconds finding the next item in the list.

  2. #2
    Junior Member
    Join Date
    Jan 2000
    Location
    Christchurch, New Zealand
    Posts
    19

    Post

    if you use a DBCombo box with the Style property set to 2, you can keep pressing the first letter of the item you want and the DBCombo box will step through the listfields displaying each value in turn.

    I think that if you have the Drop Down part dropped down, that you can press the key and it will jump to that part of the list, although I can't remember if it does

  3. #3
    Junior Member
    Join Date
    Jan 2000
    Posts
    21

    Post

    You can try setting the List1.List to the next item after you have clicked on the list.

    example:
    List1.List = 5

    You can get the number of items in the list from the List1.ListCount variable.

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