Toutes mes réponses sur les forums
-
AuteurRéponses
-
scathy1Membre
Mince ! il semble y avoir un beug finalement mais je ne comprends pas … voici le message d’erreur :
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: oChampTotalTVA is null
5:Field:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:Field:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
SyntaxError: missing } in compound statement
10:
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: f is null
1051:byteCodeTool
TypeError: oChampTotalTVA is null
5:AcroForm:TOTAL TTC:Calculate
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
InvalidSetError: Propriété Set impossible, incorrecte ou inconnue.
Field.value:10:AcroForm:TOTAL TTC:CalculateTypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeTool
TypeError: f is null
1051:byteCodeToolpour moi c’est du chinois… :bonjour:
scathy1Membreohhhhhh que je suis heureuse ! Mille merci MERLIN ! j’ai adapté la formule car cela faisait l’inverse souhaité … ne me demande pas comment car je suis vraiment vraiment débutante depuis 2 jours … mais ça marche !
je te donne le texte au cas ou cela interresse d’autres personnes …// mise en variable
var oChampTotalHT = this.getField(“TOTAL HT”);
var oChampTotalTVA = this.getField(“TVA VAT”);
// Si TVA est invisible
if (oChampTotalTVA.display == display.invisible) {
event.target.value = (oChampTotalHT.value + oChampTotalTVA.value)*1;
}
// sinon
else {
event.target.value = oChampTotalHT.value;
}encore un grand grand grand MERCI !
-
AuteurRéponses