Focal Point
[CLOSED] GIF not showing up

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

December 18, 2007, 04:29 PM
Latigresa
[CLOSED] GIF not showing up
I'm trying to get a gif file in my report that is being saved into excel format. If I open it in HTML the link I have in the report will work but then when I save it as excel it will no longer work. OK my intern has gotten that part done but now our logo gif will not show up. Instead we are getting the lovely white square with the red X in it. Please let me know what I may need to change. I currently have the GIF file in the same folder as the fex.

Thank you,
Ana

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


WEBFOCUS 7.6.4
Server: WINXP
December 18, 2007, 04:35 PM
Francis Mariani
In version 5.3.2, I have found that embedding an image in the heading of an Excel 2000 COMPOUND report will not work - it shows the missing image icon. Is your report a COMPOUND Excel 2000 (EXL2K) report?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
December 18, 2007, 05:00 PM
Latigresa
I was able to figure this one out... Smiler
I placed the path in the image= section towards the bottom of the code and it is now working.

Thank you,
Ana


WEBFOCUS 7.6.4
Server: WINXP
December 19, 2007, 11:09 AM
gregv
Ana,

Would you post your code, so others can learn from what you did?

Thanks.
Greg



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8
September 26, 2011, 08:11 AM
atturhari
Does anyone have a solution?

Here's my code,


-*DEFINE FILE CAR
-*EXLIMG/A100 = ' ';
-*END
TABLE FILE CAR
-*HEADING CENTER
-*"PRINT
CAR
ON TABLE PCHOLD FORMAT EXL2K OPEN NOBREAK
ON TABLE SET STYLE *
TYPE=HEADING, IMAGE=/approot/baseapp/logo.jpg, POSITION=(0 0),$
END

TABLE FILE CAR
PRINT
COUNTRY
ON TABLE PCHOLD FORMAT EXL2K CLOSE
END



WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML
September 26, 2011, 08:25 AM
atturhari
Got from another post,
works when you use an absolute image url:

http://forums.informationbuild...921098331#1921098331


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML