Hello Keith ,
I inserted some object (word, excel, Image) into Crystal report by OLE Object and I set hyperlink to the object to link a file when preview CR I can open the file which was hyperlinked. I modified and save the file but contain of file after saved don't display on report. Can you help me
Thanks
Starfo

How Can Crystal Report Refresh some files, image which was insert to CR by OLE Object?
Karry
I believe it has to do with how the OLE Object is updated. If you are running your app in Visual Studio 2005 as a test then it will hold the OLE Object as the designer has loaded it.
If you run the app as a standalone exe file it will update properly each time the app is loaded. So in my test case I have a simple winform app that has an OLE Object linked to test.bmp. If I swap the .bmp file and then run test.exe the bmp is properly updated. If I keep the app open and then swap the bmp and refresh the report it will still have the old file.
Keith - Business Objects