destroyer502
Programmer
I am trying to insert an image (as a OLE Image), and since I need it to be dynamic I have it Linked. Works fine, I can change the image, and refresh the Link, and the new image will appear in the place of the old one. (Thanks to Ken for that one).
Now, the problem is when I do all this throuhg ASP via "CrystalRuntime.Application" control, OpenReport method fails. Since I thought that the little pop up window (that is refreshing the OLE links on report open) is messing it up, I swithed it from "automatically refresh OLE link" to manually. Now the report opens from ASP but I don't know how to manually refresh it from the viewer. (I can refresh it by opening each report with CR and doing it manually, but that kinda defeats the whole purpose of linking images dynamically).
Thanks for your time & help.
Now, the problem is when I do all this throuhg ASP via "CrystalRuntime.Application" control, OpenReport method fails. Since I thought that the little pop up window (that is refreshing the OLE links on report open) is messing it up, I swithed it from "automatically refresh OLE link" to manually. Now the report opens from ASP but I don't know how to manually refresh it from the viewer. (I can refresh it by opening each report with CR and doing it manually, but that kinda defeats the whole purpose of linking images dynamically).
Thanks for your time & help.