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 11:35PM
    IIRC yes from obp event of reportcomponent.
    something like
    if sender.name = 'Richedit1' then
    begin tfrxrichview.sender.richedit.loadfromstream(mystream)
    end;

Leave a Comment