PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB16] How can I make a "LooperselectPlus"
[WB16] How can I make a "LooperselectPlus"
Iniciado por guest, 15,nov. 2014 13:41 - 2 respuestas
Publicado el 15,noviembre 2014 - 13:41
Hi,

in my website project I have to change a table in a looper. So far so good, but how can I make a "Looperselectplus" and "looperselectminus" to highlite a special row ? Thats only availibe for tables ....
Publicado el 15,noviembre 2014 - 15:29
Michael

Would it be as below is what you want?

Positioning on a specific row
To position on a specific row, use the following syntax:
<Looper Name> = <Subscript>

I've never done this before, check it out.

HTH

Cheers
King
Publicado el 15,noviembre 2014 - 15:59
Hi Michael

you can fake it by using either a checkbox or a background image that you make visible or not depending on the "selected" status of your row

Best regards