- P Scalfano
- PowerBuilder
- Tuesday, 27 February 2018 12:45 PM UTC
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?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.