Acessing report's description

edited 3:14AM in FastReport 4.0
How do I access a report's description (particularly the description, but also the last modified date).

frxReport1.GetDescription returns "Report object".

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 3:14AM
    assuming you have a report definition loaded or are building from code

    frxreport1.reportoptions.description
    suggest you read the programmer,s manual on how to access objects from delphi code
    the users manual as how to work within the report.
  • edited 3:14AM
    Thanks for the solution

    < suggest you read the programmer's manual on how to access objects from delphi code >

    A search for "description" doesn't find anything. Perhaps it's the help file that needs updating ?
  • edited 3:14AM
    My program has a TListBox in which I list the available reports. There's a View button and a Design button. Each of them loads the report from file, then either shows the report or designs it. All OK. But if I view first, then design (or the other way round), I either get a blank report or an access error.
  • gordkgordk St.Catherines On. Canada.
    edited 3:14AM
    did you place a designer component on the delphi form or in clude the frxdesigner unit in the uses clause?

Leave a Comment