abracadabraPDF › Forums › PDF – Général › Action si champ existe › Répondre à : Action si champ existe
24 juin 2024 à 10:58
#74531

Maître des clés
Bonjour
var nomChamp = this.getField("Question."+nextQuest);
if (nomChamp != null) {nomChamp.display = display.noPrint;}