Loading Rich Text from a Custom Stream

I was thinking of using something like Component Ace's Easy Compression Library which can compress and uncompress Streams on the fly to save space on some RTF data I am saving in a SQL engine. The question is - is it possible to load each record's RTF data from a custom Stream component like this into the FR RTF component so I can show it in a report?
Thx

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:53AM
    IIRC yes from obp event of reportcomponent.
    something like
    if sender.name = 'Richedit1' then
    begin tfrxrichview.sender.richedit.loadfromstream(mystream)
    end;

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.