Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
Server
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Email Button on webtier
rbuser
November 2005
edited November 2005
in
Server
Hello
Is it possible to put an email button on my webtier, and if so how?
We use TExtraDevices.
When the user clicks on the email button I would like the report to be
emailed to an address they specify
Cheers
Paul
Comments
nardmoseley
November 2005
edited November 2005
RBServer\Demos\WebTier\Custom Viewer shows how to add a custom button to the
web viewer.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
rbuser
November 2005
edited November 2005
Hi Nard
I know how to add a button onto the toolbar but I dont know the code to put
behind the button
Cheers
Paul
nardmoseley
November 2005
edited November 2005
I think you would need to make a call to the WebTier with some custom
parameters. Something like
content=Email;mailto=somebody@somecompany.com;
Then write some custom processing on the webtier to email the PDF.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
This discussion has been closed.
Comments
RBServer\Demos\WebTier\Custom Viewer shows how to add a custom button to the
web viewer.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I know how to add a button onto the toolbar but I dont know the code to put
behind the button
Cheers
Paul
I think you would need to make a call to the WebTier with some custom
parameters. Something like
content=Email;mailto=somebody@somecompany.com;
Then write some custom processing on the webtier to email the PDF.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com