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 12:11PM
    they were not variables in 3
    they are part of report.reportoptions
    title no longer exists it is now reportname.

    ;)
  • edited 12:11PM
    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 12:11PM
    Hi Steve
    typically in an obp event of band
    memo1.text :=report.reportoptions.name;
    ;)
  • edited 12:11PM
    So the parameters follow the field names on
    the report options window.

    Thanks

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.