Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Display a Parameter

edited November 2003 in General
I just started with RB and I can not find how to display a assigned
parameter on the Report.
Must be very simple I think:

I just added a parameter to the parameters editor, myparam, dtString.
On runtime I set the value:
myparam.Value:= 'this is a value';

But...how do I display or print that in the report???
and which ReportComponent will I use for that???

Thanks for your help,

Steve

Comments

  • edited November 2003
    Just use a Report label and before calling the print method of the report,
    use: YourLabel.Caption := TheParamValue;


    --
    Guillermo Casta?o A.
    www.GrupoMillennium.com
This discussion has been closed.