<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>25 Aug 2020 10:05:53 Z</lastBuildDate><pubDate>23 Aug 2020 23:10:41 Z</pubDate><description>Hi&#13;
&#13;
In our software we have a database like this:&#13;
&#13;
TABLE A&#13;
- TABLEA_ID&#13;
- ...&#13;
&#13;
TABLE B&#13;
- TABLEB_ID&#13;
- TABLEA_ID&#13;
- IMAGE&#13;
&#13;
Every row in table A can have multiple images attached.&#13;
Now i want to display all those images for one table A row in one table column. It's important they can all be diplayed in one column (small images next to each other). So: Each row of Table A has one row in the table control. All the images from Table B for this table A record have to be added in this row. &#13;
&#13;
I tried changing the column to container and adding a looper with one attribute (Image control). It works, but filling the table is extremely slow. If I remove the looper, the table fills fast, so the looper is definitly the problem.&#13;
&#13;
Anyone can help me out? Are there any other ways to do this?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column/read.awp</link><title>Multiple images in a table column</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Joren</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column-67947/read.awp</comments><pubDate>25 Aug 2020 10:05:53 Z</pubDate><description>Thanks for your answer.&#13;
The images i want to load in the table are very small, 16x16 and only few bytes.&#13;
&#13;
It still goes extre…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column-67947/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column-67947/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column/read.awp">Multiple images in a table column</source><title>Re: Multiple images in a table column</title></item><item><author>test</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column-67946/read.awp</comments><pubDate>24 Aug 2020 14:50:09 Z</pubDate><description>there are other ways, BUT...and that's a big one, it seems to me that it's completely normal that the end result is slow, as you…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column-67946/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column-67946/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67944-multiple-images-table-column/read.awp">Multiple images in a table column</source><title>Re: Multiple images in a table column</title></item></channel></rss>
