G
Guest
Hello,
How can I capture data in a listbox that occurs BEFORE the selected item
switches from one item to another?
myListbox.validating triggers after the user has left the listbox.
myListBox.selectedIndexChanged doesn't trigger until after the user has
selected a new item.
I want to code a "You have made changes to the current item, do you want to
save?" - but I can't seem to trigger an event that captures the selected
record, before the next record is selected.
Any suggestions?
Thanks,
Amber
How can I capture data in a listbox that occurs BEFORE the selected item
switches from one item to another?
myListbox.validating triggers after the user has left the listbox.
myListBox.selectedIndexChanged doesn't trigger until after the user has
selected a new item.
I want to code a "You have made changes to the current item, do you want to
save?" - but I can't seem to trigger an event that captures the selected
record, before the next record is selected.
Any suggestions?
Thanks,
Amber