Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Accessing the rbItem report table

edited December 2003 in End User
Hi,

Let's say I want to right klick and put some settings to the rbItems table
in the record for the selected report (Report Explorer).

I suppose there is a easy way to do this (as usual).

/Ronny

Comments

  • edited December 2003

    To implement something like this I think you need to create a custom
    ReportExplorer Form. See

    RBuilder\Tutorials\Complete\II. Applications\04. End-User with Custom
    Explorer

    There is a private TppReportExplorer.LocateItemRecord method (see
    ppRptEx.pas). You could copy that code to help you implement the rbItem
    record updating.

    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited December 2003
    Nard,

    Found it, thanks.

    /Ronny
This discussion has been closed.