Reuse MS edge window/tab from Oracle Forms Standalone application
I have an existing forms 12g applet running in IE11. It makes extensive use of the Web.Showdocument() calls in the Webutil.dll package to render some PDFS from an external Web service into an IE11 window and reuse this window for all calls. We are now moving to forms standalone launcher and MS Edge 106+ as the default user browser and it seems that due to this documented issue we cannot achieve this behaviour.
is there any other method to achieve the launch of MS Edge by a forms standalone application and re-use of the existing Windows/tab that's spawned?