I have the following code in the "Click" procedure of a list box.
Do sellitem with Thisformset, TmpVal, mods, thisform, menu_count
This works fine if you don't have to use the Scroll Bar. However should you use the Scroll Bar and pick an item which can not be seen without using the Scroll Bar it appears to jump to the last item shown in normal view. (ie the last item visible in the list box without scrolling down). Has anyone got an idea how to olve this so the item picked is returned???? Thanks.
Do sellitem with Thisformset, TmpVal, mods, thisform, menu_count
This works fine if you don't have to use the Scroll Bar. However should you use the Scroll Bar and pick an item which can not be seen without using the Scroll Bar it appears to jump to the last item shown in normal view. (ie the last item visible in the list box without scrolling down). Has anyone got an idea how to olve this so the item picked is returned???? Thanks.