PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Adding looper with repetable picture in table column
Adding looper with repetable picture in table column
Débuté par marin, 22 jan. 2021 09:16 - 2 réponses
Membre enregistré
27 messages
Posté le 22 janvier 2021 - 09:16
Hi, I made a looper with image inside and trying to add looper to table column2, so each image (pdf link) assigned a specific row inside a table column. How to achieve this, and is it possible?






It should look as in Open_PDF column, I just made few clickable images and add it, and that is working as a link, but I want to assign pdf link for each row to open different pdf files. Can that be done without looper?
Membre enregistré
27 messages
Posté le 25 janvier 2021 - 08:58
Another problem that I have, How to select cell in table control to generate event, like open pdf file in Webdev 25? Which function works?
Membre enregistré
27 messages
Posté le 25 janvier 2021 - 13:31
I tried lnColumnNum = TableSelect(TABLE_IzlazniRacuni, i, tsCellColumn)

but it does not work, it says on info -1.

For rows it is working, property tscellLine.

lnRowNum = TableSelect(TABLE_IzlazniRacuni, i, tsCellLine)