Donnez vie à vos documents numériques !
 

Répondre à : Mon Msg Box ne marche pas

abracadabraPDF Forums PDF – Général Mon Msg Box ne marche pas Répondre à : Mon Msg Box ne marche pas

#70747
bebarth
Maître des clés

bonjour,
Essaye comme ça :

var cMessAlert="OK pour continuer ?" ;
var cAlertTitre="TITRE DE L’ALERTE";
// si oui
if (app.alert({cMsg: cMessAlert, cTitle: cAlertTitre, nIcon: 2, nType: 2}) == 4) {
// script à exécuter
this.resetForm();
for (var i=0; i<this.numFields; i++) {
if (this.getNthFieldName(i).indexOf(" foto_af_image ")>-1) this.getField(this.getNthFieldName(i)).buttonSetIcon(event.target.buttonGetIcon());
}
}

@+
😎