Focal Point
[CLOSED] How to store icon in app folder

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

November 30, 2011, 09:17 AM
secret
[CLOSED] How to store icon in app folder
I have a graph that displays a exllogo in a graph footing . I can get it to work if I copy it to the ibi_html folder. I want to store it in an app folder

code below works:

  


DEFINE FILE FOCCACHE/HOLDG2
EXLLOGO/A200 =  '<IMG SRC=\ibi_html\javaassist\icons\exllogo.gif>';

END

My question is how do I refer to this file in an app folder so it can be used in a define like above. This is on a localhost release 7703.

Thanks in advance.

This message has been edited. Last edited by: Kerry,
November 30, 2011, 09:57 AM
secret
I tried it and I get the red x in the icon box
November 30, 2011, 10:04 AM
Francis Mariani
If you are in a single tier environment, then your web server alias "approot" is most likely configured to point to the WF reporting server application area "ibi/apps".

The URL would be something like this:

<img src="/approot/baseapp/plus.gif">



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