Multiselect Listbox and AfterUpdate

N

Norbert Meiss

I use a multiselect listbox to let a user select multiple items. The items
selected are determined n the AfterUpdate event. In most cases the user
either clicks on a single item (and ItemsSelected returns the expected entry)
or uses the arrow-keys to step through the items one after the other. In this
case ItemsSelected analysed in the AfterUpdate event does not return the
selected item but the value of one line before or behind, depending on the
direction (arrow up or arrow down).

What do I miss?

TIA, Norbert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top