abracadabraPDF › Forums › PDF – Général › Rendre un champ obligatoire si un autre est rempli › Répondre à : Rendre un champ obligatoire si un autre est rempli
15 mars 2017 à 10:14
#62411

Maître des clés
bonjour,
Code:
if (!this.getField(« CheckBox1 »).isBoxChecked(0) && !this.getField(« CheckBox2 »).isBoxChecked(0) && !this.getField(« CheckBox3 »).isBoxChecked(0)) app.alert(« Veuillez cocher au moins une case. »,1);
@+
:bonjour: