Export Report to HTML: Pictures Missing

  • Thread starter Thread starter Michael Rader
  • Start date Start date
M

Michael Rader

If I export a report to HTML, the pictures that come from
the database and are placed in the report are missing.
They show up correctly in the report preview, but in the
HTML export they are not included.
What should I do?
 
Michael Rader said:
If I export a report to HTML, the pictures that come from
the database and are placed in the report are missing.
They show up correctly in the report preview, but in the
HTML export they are not included.
What should I do?

The *only* built in export format that retains graphical elements is
Snapshot Format. Alternatives are:

Use a PDF writer to create a PDF file .

Use Stephan Lebans utility that embeds the SNP image into an RTF file.

Use file i/o tools to write your own file.
 
...or...

Create dynamic pages (eg with asp) to publish the images directly from the database.

or:

Crawl/Spider these dynamic pages to static html/image files.
 
Back
Top