Topic: Image on Report Problem

Need some help with showing an image on a report. I have a single record table with an image stored in the table. All I want to do is to display that image on a report. But for some reason it does not show. I must be missing a property or setting or something. See attached project. Any help would be appreciated. The image is definitely on the record because the form is displaying it and I can view it outside of MVD.

Post's attachments

Attachment icon Report_Photo.zip 341.19 kb, 473 downloads since 2019-10-03 

Re: Image on Report Problem

Just change your SQL query to

Select Photo, Photo_filename from Table_one Where id = 1   
Dmitry.

Re: Image on Report Problem

Thank you Dimitry. Much obliged.

Re: Image on Report Problem

What to do ( in same example) if I want to change the image, ie. print the image that is currently in DBFile1?