Donnez vie à vos documents numériques !
 

Répondre à : Conditions sur bouton radio

abracadabraPDF Forums PDF – Général Conditions sur bouton radio Répondre à : Conditions sur bouton radio

#61809
Novaty
Membre

Super merci Merlin,

J’ai ajouté un “!” et ça fonctionne bien !

A placer en action souris relevée dans le champ N1.0 :

this.getField(“S1.0”).display = !!event.target.isBoxChecked(0);
this.getField(“T1.0”).display = !!event.target.isBoxChecked(0);
this.getField(“C1.0”).display = !!event.target.isBoxChecked(0);
this.getField(“H1.0”).display = !!event.target.isBoxChecked(0);

A placer en action souris relevée dans chaque champ S1.0, T1.0, C1.0 et H1.0 :

this.getField(“N1.0”).display = !!event.target.isBoxChecked(0);