At 09:56 AM 1/31/2008, Charles Parks wrote:
When I right click on the report and search for "img" or "gif" nothing
is found.
The four .gif files do exist in a html\images directory on the current
directory. Does html\images need to be in a different base directory?
The report is in my temporary directory.
Charlie,
Did you change the back slashes to forward slashes, as suggested earlier?
Did you try the example code provided earlier, using the RRBYW14. Using
the sample command file and running under RRBYW14, what results do you get?
If that works in your environment, take a deep look and implement the same
logic using your scenario.
Hope that helps!
Very Best R:egards,
Razzak.
Charlie,
Here's a live HTML report based on my previous reply.
http://www.rbase.com/rbg8/reports/html/index.htm
A question, an observations and a suggestion using your approach:
01. Are you using these R:BASE HTML reports on your local machine
or on a live web server?
02. Make sure that the images are copied in HTML\Images folder
03. Change the following lines to the updated lines.
Original:
|LINK_IMG_FILE_FIRST Images\UpArrow.gif +
|LINK_IMG_FILE_PREV Images\LeftArrow.gif +
|LINK_IMG_FILE_NEXT Images\RightArrow.gif +
|LINK_IMG_FILE_LAST Images\DownArrow.gif
Modified:
|LINK_IMG_FILE_FIRST Images/UpArrow.gif +
|LINK_IMG_FILE_PREV Images/LeftArrow.gif +
|LINK_IMG_FILE_NEXT Images/RightArrow.gif +
|LINK_IMG_FILE_LAST Images/DownArrow.gif
Note the back slashes are changed to forward slashes, because
forward slashes must be used for the web.
That should take care of it!
Very Best R:egards,
Razzak.