Razzak and Mike, I'm using the reports on my local machine with the Variable Web Browser with a R:base windows form. I prefer the Variable Web Browser to the PDF viewer. However, should I be using the PDF viewer for this?
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. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Posted At: Wednesday, January 30, 2008 7:52 PM Posted To: RB7-L Conversation: [RBASE-L] - Re: Variable Web Browser Subject: [RBASE-L] - Re: Variable Web Browser At 06:19 PM 1/30/2008, Charles Parks wrote: >I still seem to be having some problems with the different graphics. 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.

