listbox bug?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jbm05

    listbox bug?

    Hi,

    I'm using Access 2003 (11.6355.6360) SP1, and I'm seeing the following
    behavior if I create a listbox, populate it with some arbitrary values,
    and set multiselect to "extended":

    1. If an item is selected and an arrow key is pressed, the selection
    moves, but _the AfterUpdate event is fired before the ItemsSelected
    collection is updated_.

    2. If an item is selected, the shift key is held down, and an arrow key
    is pressed, the selection is extended, but _no AfterUpdate event is
    fired_.

    If this behavior is not reproducible from my description, does anyone
    have any idea what I could be doing wrong?

    Thanks!

Working...