how to load text in richobject from delphi
Hello,
Can I load text from external .RTF file in report RICH object form Delphi source?
How to do!?! Please.
Thanks.
Can I load text from external .RTF file in report RICH object form Delphi source?
How to do!?! Please.
Thanks.
Comments
Thanks.
Now I have problem with FastReport maybe is BUG. When load text in RichText object, text show out of range of page. Please see a picture.
((TfrxMemoView*)frxReport1->FindObject("Memo1"))->Text = "Hello World";
((TfrxRichView*)frxReport1->FindObject("Rich1"))->RichEdit->Text = "Hello World";