Export Report to HTML: Pictures Missing

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?
 
R

Rick Brandt

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.
 
E

Exponent

...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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top