Hi All

For one of my drill-down application (but same applies for desktop style), I'd like to store details about the DR reports run.

E.g. a 'DRDocs' table with:
  • ID
  • Report name (Like EndOfMonthPayroll.dr)
  • Timestamp
  • User/session
  • NavigateData (the Named values)
  • Filename of exported PDF


As I see this as something we all need at some stage, I'd like to created this with and for the community.
However to avoid double work, if anybody has some ideas or code to share, respond to this post or send me an email.

I think the class could also be used to save a copy of the PDF in a 'managed' location, also saving in cache for web viewing, but clearing files in this cache once older than 60 minutes or so, the event can be the next report to keep things simple.

Any thoughts?
Marco