PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Checkbox changing value
Checkbox changing value
Iniciado por Tony, 06,abr. 2012 12:32 - 1 respuesta
Miembro registrado
2 mensajes
Publicado el 06,abril 2012 - 12:32
I basically have a form with a few check boxes and a looper.

The looper contains an image to delete that line in the looper

LooperDelete(ZR_ADR)
BTN_AddAddress..Y -= ZR_ADR..Height
BTN_Next..Y -= ZR_ADR..Height
BTN_Previous..Y -= ZR_ADR..Height
Store_Form()
RETURN


when the delete-image is being clicked all the checkboxes on the page turn false

i've seen this behaviour on all other pages containing loopers.
Miembro registrado
2 mensajes
Publicado el 06,abril 2012 - 12:35
Forgot to mention:

The other fields like combo's, radio buttons, etc are fine