Bonjour,
J'ai une routine la première fois que je l'appelle cà fonctionne à la seconde fois j'ai cette erreur:
error "«script» ne comprend pas le message « maVariableRapport »." number -1708 from «script»
Merci pou votre aide
Ci dessous le script :
on maVariableRapport()
display dialog " Que doit contenir le rapport ?" default answer ""
set maVariableRapport to (text returned of the result) as text
set typeVariableRapport to maVariableRapport
return typeVariableRapport
end maVariableRapport
set maPremiereVariableRapport to my maVariableRapport()
set dialogResult to display dialog "Le rapport doit contenir autre chose ?" buttons {"Ok", "Annuler"} default button 1
if button returned of dialogResult = "Ok" then
set maSecondeVariable to my maVariableRapport()
end if
J'ai une routine la première fois que je l'appelle cà fonctionne à la seconde fois j'ai cette erreur:
error "«script» ne comprend pas le message « maVariableRapport »." number -1708 from «script»
Merci pou votre aide
Ci dessous le script :
on maVariableRapport()
display dialog " Que doit contenir le rapport ?" default answer ""
set maVariableRapport to (text returned of the result) as text
set typeVariableRapport to maVariableRapport
return typeVariableRapport
end maVariableRapport
set maPremiereVariableRapport to my maVariableRapport()
set dialogResult to display dialog "Le rapport doit contenir autre chose ?" buttons {"Ok", "Annuler"} default button 1
if button returned of dialogResult = "Ok" then
set maSecondeVariable to my maVariableRapport()
end if