Manipulating Report Data during Preview
Hi,
I was wondering if it is possible to Manipulate Report Data while
previewing a report?
For example: if I had a report with checkboxes on them, and I trapped a
mouse click using the ONDRAWCOMMANDCLICK event, is it possible for me to
toggle a checkbox from with the preview window of the report.
Likewise, is it possible for me to use the ONDRAWCOMMANDCLICK event for
a TppLabel to launch InputBox, and change the text of the TppLabel to
whatever the user types into the InputBox dialog during preview too?
Thanks & Regards
Adam.
I was wondering if it is possible to Manipulate Report Data while
previewing a report?
For example: if I had a report with checkboxes on them, and I trapped a
mouse click using the ONDRAWCOMMANDCLICK event, is it possible for me to
toggle a checkbox from with the preview window of the report.
Likewise, is it possible for me to use the ONDRAWCOMMANDCLICK event for
a TppLabel to launch InputBox, and change the text of the TppLabel to
whatever the user types into the InputBox dialog during preview too?
Thanks & Regards
Adam.
This discussion has been closed.
Comments
Take a look at the following article/example. It shows how you can refresh
a report after a DrawCommandClick event has been fired.
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Formatting/How_To...Refresh_the_Report_After_a_Drawcommand_Click
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Perfect - thanks for your reply and help!
Adam.