It am using Powerbuilder 2017 R2. I have a button on my datawindow. When I click the button the ItemFocusChanged event on the datawindow is triggering.
Per the PB help "In the ItemFocusChanged event, dwo is always a column control. Therefore, you can get more information about it by examining any properties that are appropriate for columns such as dwo.id and dwo.Name"
This is causing issues in my code because it is doing exactly what is stated above 'examining properties appropriate for columns'. I am getting a system error because the properties do not apply to a button.
In version 12.5, the event is not firing. I do not have an install of any of the versions in between (12.6 or PB 2017).
Is this a known issue?