Error when exporting to Excel
I have here a report with 2000 rows. When I export this report to Excel (which takes some time), and I open another file in the Background I got an error message "Die Select-Methode des Range-Objektes konnte nicht ausgefuehrt werden" (Something like The select method of the range object could not be executed). It is important that the export is still running while opening another excel file.
I think this is an error message is from excel, but I can see it in my application. Can you fix it ?
Due to the long export time it could be possible that the user opens another Excelfile in the background. I'm using Fast-Report Standard 4.12 in Delphi 6
I think this is an error message is from excel, but I can see it in my application. Can you fix it ?
Due to the long export time it could be possible that the user opens another Excelfile in the background. I'm using Fast-Report Standard 4.12 in Delphi 6
Comments
I can live with the behaviour, although it is not nice. Maybe I'll catch the exception and bring a nicer message to the user. But in my opinion it must be repaired by Fast Report