We have migrated from PB 10.2 to 2019 R2. In our earlier version we do have only .xls export option of DW to the user. Now I have added the .XLSX option to the export the file as excel format with '.xlsx' extension with this syntax "DW.SaveAs( ls_Path, XLSX!, TRUE )" The data's are getting exported correctly and I am able to open the file But the application getting error message 'app.exe has stopped working' and closed automatically after few(2-3) minutes either if I closed that window or keep the application idle.
This issue is not happening If I run the application from source. Occurs only If I run from exe. I have added the application exe folder 'Sybase.PowerBuilder.DataWindow.Excel12.dll'.