Hi!
I have a datawindow. There is a field with child datawindow with show all option. When I click this field the dropdown will be opened, but when I click another part of datawindow, the child datawindow stay opened. I have no another tabbed object in the datawindow. How to close child datawindow, without any other object get focused. I don't want to use TAB key, only mouse moving, and click unused area ot datawindow.
I like restore the datawindow's opening state, when there is no selected object of datawindow, and child datawindow is closed.
Regards,
Géza
By the end of this weekend, I hope to have an R3 version working. I already updated the framework last night to introspect whether the App is running as either a PB Native, PowerClient or PowerServer 2021 App. I just need to fully check the code wherever the framework looks for "Native PB" to also consider the PC & PS as "kissing cousins".
I also had the OrderEntry Demo App working last night as a PC App and it displays the PC client type now on both the Splash and About dialogues - as well as logging this client type found in the App's log. :-)
String is_client_type = "PB" // Client (environment) type