Hi there
I have some VBA Code which runs from a macro to store a Business Objects report as a PDF or HTML document inside a SQL Server database.
The code creates a PDF/HTML in a temp file and then this is used to store as a BLOB in the database. If the document is too large, the code splits this down to smaller chunks to store.
All is working as expected except that the logo's on the report are not displayed in the copy that is stored in the database. The rest of the formatting is correct though. When I view the PDF that is held in the temp file, the logo's are displayed correctly.
Does anyone have any idea about why this is happening? The logo on the report is just pasted in - there is no link to the image file.
Many thanks
Justine
I have some VBA Code which runs from a macro to store a Business Objects report as a PDF or HTML document inside a SQL Server database.
The code creates a PDF/HTML in a temp file and then this is used to store as a BLOB in the database. If the document is too large, the code splits this down to smaller chunks to store.
All is working as expected except that the logo's on the report are not displayed in the copy that is stored in the database. The rest of the formatting is correct though. When I view the PDF that is held in the temp file, the logo's are displayed correctly.
Does anyone have any idea about why this is happening? The logo on the report is just pasted in - there is no link to the image file.
Many thanks
Justine