Home General

Newbie question

edited September 2001 in General
as I configure (in code (delphi or rap)) the title of the report.
or one report variable (in delphi).

Best Regards,
Adail Horst

Comments

  • edited September 2001
    You could use the Report.BeforePrint event to set the caption property of a
    Label in the title/header band. If you want to use a report variable, use
    the OnCalc event and configure the timing of when it fires by using the
    timing dialog, which is accessed by its popup menu in the designer.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.