Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Image Crystal reports XI

Status
Not open for further replies.

beaniebear

Programmer
Sep 14, 2001
93
GB
I have followed all the steps in the help guide for adding a dynamic image to a report, and I have refreshed the data but the default image is still showing.

I have used the following formula :-

"c:/images/" + {sp_GetImage;1.ImageName}

Any ideas why the images are not showing would be greatly appreciated.
 
Solved it myself now.

The path needed to contain back slashes rather than forward slashes!
 
In general it's best to use UNC pathing, as in:

\\<machine name>\path\

Then it can be ran from any machine in the network with access to the file.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top