Creating Quickbook Style Reports
I use ReprotBuilder and want to create reports that the user can click on an
entry in the report and open a popup screen with drill down details. More
and more our accounting clients are asking for this ability.
Is there a way to implement this functionality or can this type of
functionality be incorporated into ReportBuilder ?
entry in the report and open a popup screen with drill down details. More
and more our accounting clients are asking for this ability.
Is there a way to implement this functionality or can this type of
functionality be incorporated into ReportBuilder ?
This discussion has been closed.
Comments
My suggestion would be to create two reports, one with all the main entries
and one with all drill down information. When an entry on the first report
is clicked, the second report is loaded filtering on the clicked value.
Below is a simple example I created showing how this could be done.
http://www.digital-metaphors.com/tips/DrawCommandClickNewFilteredReport.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
RB has built-in support for drill down subreports. Rather than popup a
window, the detail information appears on the same page - more like page
animation. There is a drill down subreport tutorial in the Developers Guide.
RB also has support for making objects 'hot clickable' in the previewer.
This can be used to implement a custom drill downlo popup style report.
Run RBuilder\Demos\Reports\Demo.dpr and check out demo 152. For a custom
implementation that spawns a notebook tab page, check out demo 153. For an
example of a hot-clickable report, check out demo 154.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com