Listbox selections 'float' to top. How?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an easy way to have the selected items in my listboxes (which are
all multi-select) always appear at the top and when the selection goes away
to have it revert to the normal sort order.

Thanks.
 
Is there an easy way to have the selected items in my listboxes (which are
all multi-select) always appear at the top and when the selection goes away
to have it revert to the normal sort order.

Thanks.

I would imagine that you could add an code to the afterupdated or lost
focus events where a boolean field that is included in the list box
but not visible in the list box gets updated to true/false and sort
the list box by this field.

Good luck

Nick
 

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

Back
Top