Focal Point
[CLOSED] Back image (watermark) in HTML report is not rendering

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

November 14, 2018, 04:21 PM
WFConsultant
[CLOSED] Back image (watermark) in HTML report is not rendering
I have the proper code in the style as shown below. App Studio show the image in the design view. However, when I execute the report the image does not show. Please let me know if you guys have any ideas.

TYPE=REPORT, BACKIMAGE=IBFS:/WFC/Repository/backimage.gif, $

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8207.11
App Studio 8207
November 14, 2018, 04:56 PM
FP Mod Chuck
WFConsultant

The following code worked for me with 8.2.04


TABLE FILE CAR
SUM
CAR.BODY.DEALER_COST
BY CAR.ORIGIN.COUNTRY
BY CAR.COMP.CAR
BY CAR.CARREC.MODEL
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/warm.sty,
$
TYPE=REPORT, BACKIMAGE=IBFS:/WFC/Repository/Sandbox/addafan.jpg,
$
ENDSTYLE
END



Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
November 15, 2018, 07:38 AM
MartinY
Does you image is published and from a published folder ? Maybe something to look at


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
November 15, 2018, 10:24 AM
Mike in DeLand
I'm on 8.105 and this does not work for me either.

Edit - the generated html only has

body background=Rolled_Magazine.jpg


when my code says

TYPE=REPORT,
BACKIMAGE=IBFS:/WFC/Repository/MikeBigley/Rolled_Magazine.jpg,
$


So I don't see how the image could possibly be found. In fact, when I right-click the report and say "view background image" it shows the 404 error.

This message has been edited. Last edited by: Mike in DeLand,


Webfocus 8
Windows, Linux
November 15, 2018, 07:11 PM
WFConsultant
quote:
Originally posted by FP Mod Chuck:


The following code worked for me with 8.2.04


Looks like this feature works in the new release like yours (8.2.04).

Mike has 8.1.05 and I have 8.2.01. It doesn't work in either.


WebFOCUS 8207.11
App Studio 8207
November 15, 2018, 09:07 PM
BabakNYC
I tested it in 8.203 and it works for me.


WebFOCUS 8206, Unix, Windows
November 19, 2018, 04:21 AM
Tony A
Tested it in 8.2.01 and it works fine.

In your example, you do not specify a content folder? Is this true or just an oversight?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
November 29, 2018, 07:59 PM
WFConsultant
quote:
Originally posted by Tony A:
Tested it in 8.2.01 and it works fine.


Good to know it works in 8.2.01. I need to do more digging to figure out why it is not working for me.


WebFOCUS 8207.11
App Studio 8207