Donnez vie à vos documents numériques !
 

Répondre à : Plusieurs combo box contrôlent le même effet show/hide… – RÉSOLU

abracadabraPDF Forums PDF – Général Plusieurs combo box contrôlent le même effet show/hide… – RÉSOLU Répondre à : Plusieurs combo box contrôlent le même effet show/hide… – RÉSOLU

#54796
Whatever
Membre

C’est ce que j’entendais par “temps de retard”.
Attendons qu’un plus calé que moi passe par là…
:joker:

J’ai posté mon problème sur le forum d’Adobe et quelqu’un m’a répondu, mais je ne comprends pas vraiment ce que ça veut dire (pas à cause de l’anglais).

When you want to check the value of a field in that field’s own Keystroke script you need to use event.changeEx property, not access that field value property by using getField(). That returns the previously selected value, not the new one.

Actually, I would use the custom Validation script, instead of the KeyStroke script, and then you just need to access event.value to get the new field’s value, and there’s no need to check if it will commit.