Hi,
I have a batch process exporting several hundred charts to PNG format via TQRChart and TgtQRExportInterface from Gnostice.
I am using:
- TChart Pro v2019.27.190530 32-bit VCL;
- QuickReport Pro v6;
- Gnostice eDocEngine 5.0.0.500 Pro;
- Delphi 10.3.1
After producing about 800 PNG files, the process crashes with the error message 'The graph cannot be produced at this time' in a dialog box captioned simply 'Error'. This error message is not originating in my code, and the wording suggests that it's coming from TChart or TQRChart. Is this correct?
Any ideas what is provoking this error?
Regards
Toreba
The graph cannot be produced at this time
Re: The graph cannot be produced at this time
Hello Toreba,
I can't find that error string ("The graph cannot be produced at this time") in TeeChart sources, so I've tried to reproduce the problem in a simple example without success.
I've been able to generate 1000 png charts with the attached application keeping the memory below 4MB for that process.
I can't find that error string ("The graph cannot be produced at this time") in TeeChart sources, so I've tried to reproduce the problem in a simple example without success.
I've been able to generate 1000 png charts with the attached application keeping the memory below 4MB for that process.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: The graph cannot be produced at this time
Hi Yeray,
Thanks for checking. Do your sources include TQRChart, or do those components belong to QBS?
I agree with you that memory leakage does not seem to be a problem, nor does number of points per graph.
I will investigate further by eliminating successively the Gnostice and QuickReport components and see whether that helps isolate the problem.
Regards
Toreba
Thanks for checking. Do your sources include TQRChart, or do those components belong to QBS?
I agree with you that memory leakage does not seem to be a problem, nor does number of points per graph.
I will investigate further by eliminating successively the Gnostice and QuickReport components and see whether that helps isolate the problem.
Regards
Toreba
Re: The graph cannot be produced at this time
Hello Toreba,
We maintain the sources of TQRChart, but this integration basically generates a bitmap from a TChart. So when the problem is in TeeChart, in general we can isolate bugs without QuickReport pretty easily.
We maintain the sources of TQRChart, but this integration basically generates a bitmap from a TChart. So when the problem is in TeeChart, in general we can isolate bugs without QuickReport pretty easily.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: The graph cannot be produced at this time
Hi Yeray,
Did your search for the error message text include the TQRChart sources?
Regards
Toreba
Did your search for the error message text include the TQRChart sources?
Regards
Toreba
Re: The graph cannot be produced at this time
Hello Toreba,
Yes, I did without any match.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: The graph cannot be produced at this time
Thank you Yeray.
If I discover anything myself, l post here again.
Regards
Toreba
If I discover anything myself, l post here again.
Regards
Toreba