06-15-2022, 02:49 AM
(This post was last modified: 06-15-2022, 02:51 AM by DanBarclay.)
I don't use Fast Report, but I have followed conversations here regarding threading issues with that lib. It is not intended for multi threading like a web server. The solution is to use the CGIRunner component and place the report code in a single thread project.
Check here:
https://www.atozed.com/forums/showthread...02#pid2402
Note that in post 9 of that thread, Jose has posted a link to sample code.
Dan
Check here:
https://www.atozed.com/forums/showthread...02#pid2402
Note that in post 9 of that thread, Jose has posted a link to sample code.
Dan

