Pass values from BCB to FR

Hello,

I'm new to FR and I want to pass values from my app (C++Builder 5) to te report.
What is the best way to to this ?

Thanks,
Jan

Comments

  • edited 5:46PM
    use the frReport.Dictionary.Variables property.
    In Delphi it's look like :

    frReport1.Dictionary.Variables := 'message';

    You will have the Variable TEST in the Variables list in the report IDE.

Leave a Comment