I have a VB Project which executes an external Crystal Report. Inside of the Crystal Report is an OLE object which is linked to a bmp file. I need to be able to change the OLE object at runtime.
I've seen a solution for this problem with the Crystal Report internal to the VB project via the Designer, but I cannot get it to work with an external Crystal Report.
I'm using VB6 with CR9. Is there a technical solution to this problem with the versions of VB/CR I am using?
quote:Quips wrote:
I have a VB Project which executes an external Crystal Report. Inside of the Crystal Report is an OLE object which is linked to a bmp file. I need to be able to change the OLE object at runtime.
I've seen a solution for this problem with the Crystal Report internal to the VB project via the Designer, but I cannot get it to work with an external Crystal Report.
I'm using VB6 with CR9. Is there a technical solution to this problem with the versions of VB/CR I am using?
Thank you.
Hi,
i found this in the crystal report example, it may be help...
cOLEObj.SetOleLocation "C:\sample1.bmp"
on the ohters hands, you can view the forum post by shyamrama23, which answer well by Coran. Aeric also post his solution in the forum.