trichview.com

trichview.support




Re: Load document to RPortBuilder from RV


Return to index


Author

Message

Nelson

Posted: 03/04/2005 20:53:42


For example, i am trying this, and don't works


procedure TForm1.Button8Click(Sender: TObject);

var a : TStream;

begin

   a := TMemoryStream.Create;

   DBRichView1.SaveRTFToStream(a, false);

   DBRichView1.Clear;

   a.Position := 0;

   DBRichView1.LoadRTFFromStream(a);

   FreeAndNil(a);

end;





Powered by ABC Amber Outlook Express Converter