Hi David;
Update: I made some more progress over the weekend on web browser App instances. I am now able to detect IE Web browser based Apps trying to open multiple instances of itself. You can view the updated example code in my frameworks "OrderEntry" demo app. I just uploaded a new "beta" version last night that has this code ...
FYI: https://sourceforge.net/projects/stdfndclass/files/Applications/PowerBuilder/OrderEntry/Beta/PB2017
Have a look at the "nc_app_controller_master" base object class in the "STD_FC_Base" PBL and in particular, the "of_is_application_instantiated" method.
I have not been able to get the multi-browser code working from the EDGE, FF, Chrome or Opera side. These Apps can see the IE side of the App, but not their web browser specific Apps. The multi-browser web plug-in that drives these web browsers is a different architecture though than IE's. I think that I just need a little more time to nail this aspect down. ;-)
Actual IE / Chrome test ...
HTH
Regards ... Chris