modify report fields by delphi

Hi, I'm just start with FR. How can I set report fields for example Memo1 in ReportTitle from Delphi? I tried to do this but it doesn't work:

Button_Preview.onClick -> frxReport1.ReportTitle1.Memo1 := 'daily report from ' + FormatDateTime('dd.mm.yyyy', now);

Comments

  • Try TfrxMemoView(frxReport.FindObject('Memo1')).Text := 'daily report from ' + FormatDateTime('dd.mm.yyyy', now);

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.