PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM20] Detecting different actions in a looper
[WM20] Detecting different actions in a looper
Iniciado por guest, 31,jul. 2015 10:57 - 1 respuesta
Publicado el 31,julio 2015 - 10:57
Hi guys,

Wow... I would never have guessed that Loopers were so "different" to implement; would have thought they were just Table controls presented differently to the user?

Anyhow... I can't find this in the Help; On each row of a Browsing Looper (linked to a file), I have a few read-only edit controls along with a push button. I want 2 seperate actions; 1) when the button is tapped and 2) when anywhere else is tapped.

I've coded the button to open Window1 and the Row Selected event of the looper to open Window2. At the moment, wherever the looper row is tapped, it opens Window2, but the button tap is being ignored. :confused:
Publicado el 04,agosto 2015 - 09:46
...delete the Looper and "simply" re-create! :(