Hi all - thanks for the help in advance
I'm trying to find a way to determine the value of the top entry in a listbox. I have a listbox that shows 15 values but contains 60 values, so when a user scrolls down to view some of the lower entries, I need a way to determine the values in the top line.
Example: User opens the form and the listbox starts on line 1 and lists the first 15 entries. The user scrolls down to look at entries 12 through 27. At this point I need a way to determine that the top line is line 12 and make some updates accordingly.
Any suggestions?
I'm trying to find a way to determine the value of the top entry in a listbox. I have a listbox that shows 15 values but contains 60 values, so when a user scrolls down to view some of the lower entries, I need a way to determine the values in the top line.
Example: User opens the form and the listbox starts on line 1 and lists the first 15 entries. The user scrolls down to look at entries 12 through 27. At this point I need a way to determine that the top line is line 12 and make some updates accordingly.
Any suggestions?