Using RichView in a multi-threaded server

When I load the report containing a RichView the loading is blocked.

Is there a way to use TfrxRichView in a multi-threaded server app?

Comments

  • Do you use latest FR VCL and such code:

     Report.EngineOptions.EnableThreadSafe := True;
    
     FReport.EngineOptions.DestroyForms := False;
    
     FReport.EngineOptions.SilentMode := True;
    
     FReport.PreviewOptions.Modal := False;
    


  • With the last version loading the report does not block but RichView is not shown in the generated report.

    I suppose so it is. If so I will try to integrate TRichView (from trichview.com).

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.