Runtime access to labels


I'm new to Fast Reports. I've been using Quick Reports for almost 20 years.
I checked the forum going as far back as September. Sorry if this question has been asked and answered.

I have a single sheet form to be printed. It has worked very well so far.

I have some text memo fields that I need to change at runtime.
Is there a demo or perhaps someone can tell me how to get access to a field that is placed on my Page1 of the report?

Thanks

Jmac

Comments

  • gpigpi
    edited 4:02PM
    Try TfrxMemoView(frxReport1.FindObject('Memo1')).Text := 'test';

Leave a Comment