abracadabraPDF › Forums › PDF – Général › Vérification › Répondre à : Vérification
20 juin 2024 à 14:06
#74499

Maître des clés
Dans ce cas tu peux reprendre mon script ci-dessus à l’inverse :
for (var i=0; i<this.numFields; i++) {
if (this.getField("R.1." + i)) === null { // si le champ n'existe pas
app.alert("Le champ " + this.getField("R.1." + i).name + " n'existe pas.");
break;
}
}