Multiple Preview Plugins
Report builder V7.04
I have used the preview plugin functionality to add an 'Expand All' Button
to the report preview form tool bar. This works great but i now wish to add
another button to e-mail the report from the preview form.
I created anther plugin unit to register on the report, so i now have two
units being registered on the report. I expected both button to appear on
the preview of my report nut only the second one was there?
Is it possible to have 2 seperate plugins associated with 1 report or do i
have to have 1 plugin to register that has both buttons in the code?
Cheers
George Tziros
I have used the preview plugin functionality to add an 'Expand All' Button
to the report preview form tool bar. This works great but i now wish to add
another button to e-mail the report from the preview form.
I created anther plugin unit to register on the report, so i now have two
units being registered on the report. I expected both button to appear on
the preview of my report nut only the second one was there?
Is it possible to have 2 seperate plugins associated with 1 report or do i
have to have 1 plugin to register that has both buttons in the code?
Cheers
George Tziros
This discussion has been closed.
Comments
You will need to create a single preview plugin in order to show both
buttons at the same time.
Another item to note is that ReportBuilder 10.x includes built-in email
support as well as the ability to email from the previewer so this work
would already be done for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Will look to getting the newer version