Add Product Image to Report (1 Viewer)

zellan692

New member
Local time
Tomorrow, 00:59
Joined
Apr 1, 2012
Messages
4
Hello all,

How do I add a unique product image to a report? I thought that if I had an image destination from my pc I could use that as the property source on my report when I insert an image. Should I use an unbound object
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 09:59
Joined
May 21, 2018
Messages
8,463
There are several ways to do this including storing the image in the database or outside the database. I think the best is to store them outside the db. Then use an image control. If you have a field that has the path to the image that is all you need. No code is needed. This article talks 3 techniques, but there are actually more.

I only store the file name in the table. In my settings table I store the folder path. Then in the reports query I concatenate the folder path with the file name to get the complete path.
 

Users who are viewing this thread

Top Bottom