abracadabraPDF › Forums › PDF – Général › Champ de texte calcul. – RÉPONDU › Répondre à : Champ de texte calcul. – RÉPONDU
29 avril 2013 à 08:23
#51699

Maître des clés
Avec commentaires :
// si sélection est junior OU cadet
if (event.value == « junior(94-95) » || event.value == « cadet(96-97) »)
{
// on masque le champ GTcase.0
this.getField(« GTcase.0 »).display = display.hidden;
// et on remet sa valeur à zéro
this.resetForm(« GTcase.0 »);
}
// sinon on affiche le champ GTcase.0
else {this.getField(« GTcase.0 »).display = display.visible;}
Ci-joint.
:Smiley01:
[attachment deleted by admin]