PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Checkbox changing value
Checkbox changing value
Iniciado por Tony, abr., 06 2012 12:32 PM - 1 resposta
Membro registado
2 mensagems
Publicado em abril, 06 2012 - 12:32 PM
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.
Membro registado
2 mensagems
Publicado em abril, 06 2012 - 12:35 PM
Forgot to mention:

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