Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LOGO not going when sending the report as Email attachement

404304Sep 20 2003
Hi
We are calling reports in two ways (both as html format) to be sent as Email. The report includes company logo at the top
1.Running report in cache through Web.Show_document and
copy it by using copy_report_object_output and
displaying it using Web.show_document('mailto: '||:resorts_name.e_mail);
2. By using xml distribution list to dynamic emails
web.show_document('myserver...servlet?report=myreport&server=myserver&userid=user@ourdb
&distribute=yes&destination=ourxml.xml');

By using 1st method The report has to manually reattach, and is attached and sent but Company Logo is not being displayed and it shows only the html file and at the logo it displays the red crossed. The reason seams that when it produces the report it creates two file html and gif file and while reattaching it attach only htm and not logo.
By Using 2nd method of the distribution list and the xml file it attaches report in the body however it disturbs the margin due to the email headers and it shows the logo but when prints the report again it show red marked blank area as of 1.

Does any one faced the problem of logo not being displayed at the email when report was sent and any solution regarding this will be highly appreatiated.
Regards
Yasir Maqbool
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2003
Added on Sep 20 2003
0 comments
162 views