Report access
Hi
When our report is saved in RB, the criteria is saved to the database. This
is so another program can set schedules and modify the criteria for each
schedule. This leads to my problem.
I want to be able to manipulate the criteria for a report before it is run.
I believe I would use onLoadReportEnd method. My problem is through what
property/ies do I gain access to the report? Or should I be using a
different method?
Regards
Charles
When our report is saved in RB, the criteria is saved to the database. This
is so another program can set schedules and modify the criteria for each
schedule. This leads to my problem.
I want to be able to manipulate the criteria for a report before it is run.
I believe I would use onLoadReportEnd method. My problem is through what
property/ies do I gain access to the report? Or should I be using a
different method?
Regards
Charles
This discussion has been closed.
Comments
Use the ReportVolume.OnLoadReportEnd event.
You can typecast the Sender parameter as TppReport.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com