How to fill Header-Fields programatically?

napnap
edited 2:26PM in FastReport 4.0
Hi,

I'm kind of new to FastReports and trying to convert old QuickReports to FastReports. I've used the Converter which gave me a solid ground to start from. I'm adding data from StringLists which works fine and with no problem. I'm trying to find a way to edit fields programatically e.g. some Header-Fields. Can somebody give me a hint where I can find an example how I would do that?
Thank you in advance

best regards

Comments

  • gpigpi
    edited 2:26PM
    TfrxMemoView(frxReport1.FindObject('Memo1')).Text := 'test';
  • napnap
    edited 2:26PM
    Thank you very much. Exactly what I was searching for (obviously by the wrong searchterms).

Leave a Comment