I have an employee photo name (111.jpg, 123.jpg etc) for each employee. I want to display the photo on a Report. The Report Developer documentation says I have to select the column (name of photo), then in the properties for the column on the report choose read from file. When I do this the report says it cant find the file. The documentation says to add the file location to the reports_path in the registry. I tried that but nothing changed. I tried running the report from the directory where the photos reside and it still says it cant find the files. How can I incorporate the path to the image files in my report?
I tried putting '\\myserver\myshare'||photo_id in the select statement to try to build the path into the photo, but when I do that the "read from file" option disappears in developer..
any suggestions would be appreciated...
I tried putting '\\myserver\myshare'||photo_id in the select statement to try to build the path into the photo, but when I do that the "read from file" option disappears in developer..
any suggestions would be appreciated...