adding image dynamically to crystal report

hello
please could anyone help me to insert an image into crystal report if I saved the link in the database . I tried to change the type to "ole object" it works, but i don't have to change the type in my project.
[224 byte] By [roura] at [2007-11-20 11:42:28]
# 1 Re: adding image dynamically to crystal report
If you are using SQL Server then search for TextCopy.exe, you will get lot of related code.
Shaikh.Riyaz.a at 2007-11-9 14:11:57 >
# 2 Re: adding image dynamically to crystal report
it is very easy in the Crystal 11.5 and later.

Place the OLE object -> Bitmap Image on the report. Right click the OLE Object -> Format Graphics -> Picture (tab) -> Graphic Location.

And enter the URL where the image file is placed.
Now the crystal Report will show the image on runtime by picking from the location mentioned.
jawadhashmi at 2007-11-9 14:12:57 >
# 3 Re: adding image dynamically to crystal report
i'm using v8.0 , i'll download the XI version and I'll try
roura at 2007-11-9 14:13:55 >