Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Crystal Reports and Images

Crystal Reports and Images

Scheduled Pinned Locked Moved Visual Basic
questionhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cory Kimble
    wrote on last edited by
    #1

    My Goal: Run a report with a bmp image on it. I want each time I run the report to be able to pull the image in. The name of the image will never change but the image will. Problem: When I run report the image never changes like crystal reports is saving the original image somewhere, but where? How do I get crystal reports to grab the new created image file? Thanks. I am new at Crystal reports.

    C S 2 Replies Last reply
    0
    • C Cory Kimble

      My Goal: Run a report with a bmp image on it. I want each time I run the report to be able to pull the image in. The name of the image will never change but the image will. Problem: When I run report the image never changes like crystal reports is saving the original image somewhere, but where? How do I get crystal reports to grab the new created image file? Thanks. I am new at Crystal reports.

      C Offline
      C Offline
      codemunch
      wrote on last edited by
      #2

      If you embed the image in the report from a bmp on the file system, it gets embedded into the RPT file and is not referenced from the file system again. Storing files (images) in the DB sucks, but you can put the img in the database and have it show up on the report. When the db image changes, the report image changes and you would get the behaviour you want.

      1 Reply Last reply
      0
      • C Cory Kimble

        My Goal: Run a report with a bmp image on it. I want each time I run the report to be able to pull the image in. The name of the image will never change but the image will. Problem: When I run report the image never changes like crystal reports is saving the original image somewhere, but where? How do I get crystal reports to grab the new created image file? Thanks. I am new at Crystal reports.

        S Offline
        S Offline
        ScottBrady
        wrote on last edited by
        #3

        I have found that this is not only a problem with crystal reports with images, but also those that do not have parameters passed to them. I have got around this in the past by passing the report a datetime value of now. The report when run detects that there is a change and does not cache the data. I hope this has been helpful. Regards

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups