Hi Everyone
Im a clarion developer and im using crystal reports 2008.
I have a report with a "logo" (Image) on it but the users can change their defualt logo as they want to trough the system.
now to accomodate that i inserted a picture on the report. and declared a parameter field called DispLogo.
on the pictures properties >> picture tab the is a option for grapphic location.
and is insert the code there to use the paramter DispLogo.
"{?DispLogo}"
If i do this and an prime the parameter with the path it works fine in the crystal side but when i pass the parameter from the clarion side it does not want to work.
Please Help