Results 1 to 2 of 2

Thread: VS 2012 and Crystal - Display Image at RUN TIME

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    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
    William E Gollnick

  2. #2
    Hyperactive Member
    Join Date
    Jul 2007
    Posts
    479

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width