I have this listbox with some table data displayed. When the user moves the listindex I want the specific record corresponding with the row to be fetched from the database.
I noticed that the change event is not triggered by a change of the listindex. I got it working when the user clicks the mouse, no problem, but I want the same procedure when the listindex is moved by using the cursor keys. I tried the listbox.keydown even but I couldn’t read the key code.
How to do this?