Hi folks,
I have an ancestor window with several descendants, w_masterlist. I'd like to disable or ignore the DoubleClicked event if the dw is in query mode. If the dw is not in query mode, the descendant code for the doubleclicked event should run. Doubleclicked event has only one return code, 0 (continue processing). I don't know how to prevent the doubleclicked code in the descendants from running.
Any ideas/advice? I'm using PB2021 and PFC 12.5.
~~~Tracy