Skip to main content
Participant
January 23, 2007
Question

How to show image dynamically in CFR

  • January 23, 2007
  • 1 reply
  • 323 views
Hi ,

I am trying to build reports to print the image (jpg format) in the report builder (CFR). Getting the following error message:-

The location of the image (jpg) is stored in the final answer table. In CFR, image type defined as BLOB.

Report data binding error Unable to get value for field 'Mysign' of class 'java.io.InputStream'.

Any help/suggestion to resolve this problem will be appreciated.

Thanks
CF100 , New York
This topic has been closed for replies.

1 reply

January 26, 2007
I had this problem when using the report builder. I switched to using a .cfm and a cfdocument format= "pdf". Within the .cfm, I'm able to include dynamic images. I know this isn't a solution, but more of a way around...