Hi,Ive got an strange checkbox problem. I build 4 checkboxes in my aif.
They should only appear/disappear 4 subforms.(Initialize:1 Checkbox:
ckecked2 Checkbox: unchecked3,4 unchecked)My coding is in the "click"
and "initialize" event of my checkboxes.if
(this.rawValue=="1"){subformname.presence="visible"}else
{subformname.presence="hidden"}It works out at first. But e.g. if i
uncheck the first checkbox - the subform of the second doesnt appear if
i checked the second box.But if i uncheck the fir...