VS 2012 and Crystal - Display Image at RUN TIME
I have been looking both here and google for this.
I have a SQL database. Contains a table with a path to a jpg per felon. I want to, at run time, get this image and print it on my report.
It (the image) will live in the DetailSection1 of my rpt which is called FelonList and the image object is just called Picture1.
Using VB as the code behind.
Help and how and help some more.......
gollnick
Re: VS 2012 and Crystal - Display Image at RUN TIME
I've always pulled the path from the database and use it in the conditional formula on the Picture tab of a picture property in a Crystal Report. I've never used VB to update this formula. However, you should be able to pass in the path to the formula through code. I just don't have code myself. But since you know the name of the object, you should be able to access the Graphic conditional formula as well and pass in the path.