Intraweb/Thread safety
Is FR 3 thread safe? I would like to use FR in a Intraweb build application but I understood that at least FR 2.5 is not thread safe.
regards,
Martin
regards,
Martin
Comments
regards,
Martin
regards,
Martin
- use one instance of TfrxReport per thread.
- if you use export filters, you should create a separate instance of each filter per thread also.
- set the TfrxReport.EngineOptions.ReportThread property to thread that run this report.
- preferable to use end-user data components like TfrxADOComponents, so each report can have its internal datasets. By the way, such internal datasets can have the same username.
Thanks a lot
Best regards
3.8 What use FR in multithread program?
Before start the report need set: TfrxReport.EngineOptions.ReportThread
:= thread, in which is started FR and TfrxReport.EngineOptions.SilentMode :=
True;
"thread" is a TThread instance , It must be created ? How ? have you got
a sample ?
Thanks