Ric H
Ric H
About
- Username
 - Ric H
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                For anyone interested: From Support You can't to change TfrxRichView font side in the script. In the Delphi's code only TfrxRichView(frxReport1.FindObject('Rich1')).RichEdit.SelectAll; Â Â TfrxRichView(frxReport1.FindObject('Rich1')).RichEdit.Se…
 - 
                gpi wrote: » From ticket 441316: procedure Rich1OnBeforePrint(Sender: TfrxComponent); var s: string; begin s := Rich1.RichEdit.Lines.Text; Rich1.RichEdit.Lines.Clear; Rich1.RichEdit.Lines.Text := s; end; The code executed but it d…