G
Guest
I have a list box and next to it a toggle button. When I click the toggle
button the list box is requeried and changes from outstanding items to all
items and vice versa. When I click the toggle button I want the current item
highlighted to be the first time in the listbox showing. For example: The
list box is currenlty showing outstanding items ; I am on the 5th item
showing in the listbox on the screen which is ListIndex 30 of ListCount 150.
Now I click on the toggle button and the item becomes ListIndex 45 of
ListCount 350. The item is still the highlighted item in the listbox but it
moved to the last item in the box. How do I make it the first item in the
box after ther requery?
Thank you for your help.
Steven
button the list box is requeried and changes from outstanding items to all
items and vice versa. When I click the toggle button I want the current item
highlighted to be the first time in the listbox showing. For example: The
list box is currenlty showing outstanding items ; I am on the 5th item
showing in the listbox on the screen which is ListIndex 30 of ListCount 150.
Now I click on the toggle button and the item becomes ListIndex 45 of
ListCount 350. The item is still the highlighted item in the listbox but it
moved to the last item in the box. How do I make it the first item in the
box after ther requery?
Thank you for your help.
Steven