Link to home
Create AccountLog in
Avatar of Phil Chapman
Phil ChapmanFlag for United States of America

asked on

Crystal XI


I have an image that I put in the header of reports as a JPG file.  The image location is the same folder as the report.  I need to be able to change the image file and all reports  display the new image,  Something like Re-load image on each print.

Is this possible in Crystal XI?  Any help would be appreciated.

ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Phil Chapman

ASKER

Is they a Crystal Command that will give the path where the report is located?
My problem is the reports are not always install in the same location.  However the JPG file is always in the same location as the reports.
Avatar of Mike McCracken
Mike McCracken

I don't know of one.  How do you run the reports?

You could pass the path in as a parameter from an application.

mlmcc
I can add a User Defined Function to give me my reports path.  Thanks to both of you for you help.