Focal Point
[SOLVED] Image not appearing on the Report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8277065786

August 21, 2017, 09:50 AM
WF1326
[SOLVED] Image not appearing on the Report
Hi,

I want the image to appear on the report, and for some reason it does not show up. The image is in the repository folder 'images'. Our WebFOCUS is setup on split box's.

Here is the test code

TABLE FILE CAR
BY CAR.COMP.CAR
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty,
$
TYPE=REPORT,
IMAGE=IBFS:/WFC/Repository/images/pdf_icon.png,
$
ENDSTYLE
END

Thank you in Advance

This message has been edited. Last edited by: WF1326,


WebFOCUS
7703/7705/8105m/8201m/8202m

August 21, 2017, 10:20 AM
WF1326
Placing the image on the EDASERVE gives me the result. But changing the format type to PDF throws me an error that it could not find the image file.


WebFOCUS
7703/7705/8105m/8201m/8202m

August 21, 2017, 10:32 AM
WF1326
Nevermind. Found my solution in

[SOLVED] Image working for html but not for pdf


WebFOCUS
7703/7705/8105m/8201m/8202m