dynamic images in table

Hey folks

I have this data file:-

-record1

-----img1.jpg

-----img2.jpg

-----img3.jpg

-record2

-----img4.jpg

-----img1.jpg

-----img1.jpg

How can I use this in connect to add the image (all in my resources) to the correct table row?

Hello,

If I understand the fields data of images are in detail table.

So, in designer when you insert the detail table, a script is created in Scripts panel. Click on the script corresponding to your td and add:

in Prefix : <img src="images/

in suffix: ">

in field you have the selected fied data corresponding to the image name.

perfect… :slight_smile: