How to put own txt in memo

Welcome i'm have i think a very small problem
on report in repor title im have a memo.
how to put in this memo my own text directly form program
i need this for changing report title when i'm have report created beetwen two date
anyone know solution i'm try from 4 days to solve this problem.


help!

i'm using FastReport 3 Standard Edition

Comments

  • edited 1:45AM
    var
    memo:TfrxMemoView;
    ....
    ...
    memo := Report.FindObject('YOUR_MEMO_NAME') as TfrxMemoView;
    memo.text := 'YOUR TEXT';
    ....
    ...
    

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.