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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 1:54AM
    they were not variables in 3
    they are part of report.reportoptions
    title no longer exists it is now reportname.

    ;)
  • edited 1:54AM
    In 2.5 etc. there were added system variables such as
    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
  • gordkgordk St.Catherines On. Canada.
    edited 1:54AM
    Hi Steve
    typically in an obp event of band
    memo1.text :=report.reportoptions.name;
    ;)
  • edited 1:54AM
    So the parameters follow the field names on
    the report options window.

    Thanks

Leave a Comment