Focal Point
Image not displaying

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

January 28, 2005, 07:05 PM
Kamesh
Image not displaying
Hi,
I'm running my webfocus reports on the server console by going through procedures. When I'm trying to display my images on the report, it's not showing. I have image on the same folder where my FEX files there.

-Kamesh
January 28, 2005, 07:15 PM
j.gross
The images are requested from the Web server (not the WebFRocus reporting server) -- after your result page's html is loaded. At that point, WebFocus is really not involved.

Look for the image reference in the generated html:
<img ... src=http://server/path/someimage.gif ... >

The path must be defined for the server as leading to that directory.

Either fix the webserver (add an appropriate alias), or fix the location property in WebFocus, or move the files.

Or maybe it's an access rights issue.
January 31, 2005, 07:11 AM
<Kalyan>
Try setting BASEURL parameter:

SET BASEURL=http://yourservername/path/


<IMG SRC=IMAGE1.GIF>
February 01, 2005, 01:09 AM
Kamesh
Hi,
It's working fine now. The problem was with IIS server not configured properly with webfocus server.

-Kamesh