I checked other events and not seeing where other code is capturing the keystroke.
Here is info from logging that I added:
06-26-2020 15:30:03.226,Connection 3516239,d_rt_request_list,ue_down_key - line 8 - keyflags = 0
06-26-2020 15:30:03.226,Connection 3516239,d_rt_request_list,ue_down_key - line 9 - keyflags = 0
06-26-2020 15:30:03.226,Connection 3516239,d_rt_request_list,ue_down_key - line 10 - keyflags = 0
06-26-2020 15:30:03.227,Connection 3516239,d_rt_request_list,ue_down_key - line 573
06-26-2020 15:30:03.242,Connection 3516239,d_rt_request_list,losefocus
I am in the datawindow, change a value, then click ENTER key. From ue_down_key event, it immediately goes to losefocus event and my rowfocuschanging, rowfocuschanged events never end up getting called.
This is not 100% reproducible as it works fine for a while and then this behavior starts (not sure how or why). Once this starts, only remedy is to re-start application.
This is a major issue that is holding us up from completing migration from PB 11.5 to PB 2019.
Any other thoughts or ideas to try?
Thanks,
Brian