PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB18 - Edit control in looper
WB18 - Edit control in looper
Iniciado por guest, 05,dic. 2014 16:57 - No hay respuesta
Publicado el 05,diciembre 2014 - 16:57
Hi,
i have a edit control in a looper. Is an e-commerce. In a looper a fill a product to buy and the edit control should contain a quantity to buy. In a looper there is a button that allow to buy a product. The edit have "1" default value.

- When i press a button the attribute connected with edit control contain "1".
- If a change the value to "2" or "10"...etc of edit control + press "TAB" + press a button, the attribute connected with edit control contain "2" or "10"...etc.
- If a change the value to "2" or "10"...etc of edit control + click another row of looper + press a button, the attribute connected with edit control contain "2" or "10"...etc.
- but If a change the value to "2" or "10"...etc of edit control press a button, the attribute connected with edit control dont change and contain "1".

How to solv this problem?

Thanks All