Hi, Tony -
Are the following two runtime DLL's installed in the same folder as the other Infomaker runtime DLL's?
- PBDWExcel12Interop.dll
- Sybase.PowerBuilder.DataWindow.Excel12.dll
These are required in order to save data in Excel format. Alternatively, you can save data in Infomaker in CSV (comma-separated value) format, as Excel is able to read these files. From within Excel, you can then Save As XLSX, if desired.
Regards, John
If you were saving to Excel, you would be choosing a file with the suffix "XLS" or "XLS?". The CSV file format is just a common industry file format called "Command Separated Values" and has nothing to do with Excel (although Excel can read it).
Sounds like you might not be running from the IDE but instead, an Application executable made from IM. If so, the common reason for the failure could be that the runtime module that handles the exporting of files (like CSV) is missing OR your trying to save the file to a protected folder of your O/S or network where you do not have write privileges for. HTH
Regards ... Chris