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.
Comments
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
Found it, thanks.
/Ronny