I have report where desformat is SPREADSHEET. Report is called from Forms using run_report_object. This all works well.
Then output is displayed using Form module web.show_document using URL of http://host:port/reports/rwservlet/getjobidN?server=server_name, which just displays output in browser window.
This is method described in Oracle Forms and Reports 12.2.1 - Fusion Middleware Publishing Reports to the Web with Oracle Reports Services - Calling Oracle Reports from Oracle Forms Services (https://docs.oracle.com/middleware/1221/formsandreports/use-reports/pbr_run009.htm#RSPUB23551)
Problem is, since switching to Edge, now only downloads file as getjobidN. There is no extension. Previously with IE would open download in Excel.
Setting desname to file such as file.xls has no effect.
Now users have to open Excel, then open downloaded file in Excel. Some users struggle with additional step compared to previous behaviour. At minimum, would be good if download had Excel file extension.
Same behaviour occurs from Edge when use URL of http://host:port/reports/rwservlet/getjobidN?server=server_name and report still in cache.
The Edge setting Open Office Files in Browser is set to On. So Edge is not detecting file is Excel, possibly due to missing file extension.
Does anybody know way where Edge can open report where desformat is SPREADSHEET in Excel rather than download?