Hi,
How can I detect when a row in the drop down datawindow is selected or the dropdown is closed?
when the scrolls up and down using the keyboard the the ItemChanged event is triggered so that is not an option
Basically I need a way to run come code when a row in the dropdown is selected. And NOT while the user scrolls up/down
What event can I map to get notified when a selection is made or the dropdown is closed.
Thanks :-)
ps. using 2019R3
Much appreciated. I think that the event needed to catch a dropdown close is a missing feature. And I have tried many workarounds .. seems this is yet another know problem that dates back to pb 3-4 some 18 years back. All the workarounds did not wok (1 full day of work wasted)
So I decided to build something better my self :-) .. I will take a look at your sample later.
Thanks again
Steen
It might also be that messageboxes (even when POSTED) cause some kind of a problem, so I might still try to figure it out in another way). Debug stops also seem to be ignored in those events.
regards