PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Adding looper with repetable picture in table column
Adding looper with repetable picture in table column
Started by marin, Jan., 22 2021 9:16 AM - 2 replies
Registered member
27 messages
Posted on January, 22 2021 - 9:16 AM
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?
Registered member
27 messages
Posted on January, 25 2021 - 8:58 AM
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?
Registered member
27 messages
Posted on January, 25 2021 - 1:31 PM
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)