PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM 27] Checkbox does not give you the information of selected Row in looper
[WM 27] Checkbox does not give you the information of selected Row in looper
Débuté par YILMAZ, 25 fév. 2022 08:16 - Aucune réponse
Membre enregistré
12 messages
Posté le 25 février 2022 - 08:16
Hi,

I have created a looper. There is a button and a checkbox. Simply, Checkbox (any kind) does not return the selected row's index.

ResSelect is int = Looper_Order_Products.Select()
Info(Looper_Order_Products)


When you click the button, it gives you the ROW index but Checkbox does not. So which row is selected, there is no way to learn! Oh yes,on Windows it works fine maybe (While testing without WMDev) but it does not work on IOS with WmDev (i did not check android). I hope the team can check this out.