What happened to report title variable
The report variables:
Title, description, version, etc are missing from 3.05
Where did they go?
Dropped?
Steve Fields
Title, description, version, etc are missing from 3.05
Where did they go?
Dropped?
Steve Fields
Comments
they are part of report.reportoptions
title no longer exists it is now reportname.
report title, report version info such a major minor,
release and hold. You can change the values in the
report/options/description values but I have not found
anywhere that you can insert them into the memo
fields on a report.
Ex:
SomeObject.Memo.Text := [ReportVersion];
Steve Fields
typically in an obp event of band
memo1.text :=report.reportoptions.name;
the report options window.
Thanks