Donnez vie à vos documents numériques !
 

Répondre à : Afficher ou cacher photos en fonction d’une liste

abracadabraPDF Forums PDF – Général Afficher ou cacher photos en fonction d’une liste Répondre à : Afficher ou cacher photos en fonction d’une liste

#64058
bebarth
Maître des clés

non,mais on peut écrire :

Code:
switch (event.value < 55) {
    case true:
    this.getField(“Phot”).display = display.hidden;
    this.getField(“Phot.A”).display = display.visible;
    break;
    default:
    this.getField(“Phot”).display = display.hidden;
}

…je reviens plus tard pour les autres questions !
@+
:bonjour: