Display images of employees from folder images using a grid or PDF report

I have a grid from Employee table linked to PDF report for printing,
And I have a folder for all employees images.
So, How can I display images for each employee from employees images folder based on employee no.
And where i put employees images folder

Thanks in advance.

Ok,

I would go like this.
There is a folder with all the images of your employees. The name of the image should be linked to the table in which you have all the other data of the employee. Then generate (onload with a script) in a extra field this i.e:


In a form as detail of the grid you could beside of the other data as name etc an upload for the foto.
For sure you have this already in the detail form.
I am not sure If you want the foto in the main grid, then you make a second grid with button in the main grid. I hope you this helps.

1 Like