- Registriert
- 30.10.08
- Beiträge
- 2
Hi,
ich bin neu hier und hab ein script Problem, daß mir keine Ruhe läßt.
Innerhalb eine größeren Scriptes benötige ich die property "print drawing objects"
Ich will MS Word (2008) anweisen bildobjekte (Einen Briefkopf) nicht zu drucken.
Ich hab ein kleines Testscript geschrieben
tell application "Microsoft Word"
activate
set print drawing objects of Word options to false
print document
end tell
Bei der Ausführung bekomme ich die Fehlermeldung:
"„«class 3579» of «class w268»“ kann nicht als „false“ gesetzt werden."
was mache ich falsch?
Das Funktionsverzeichnis im Script editor beschreibt den Befehl so:
print drawing objects (boolean) : Returns or sets if Microsoft Word prints drawing objects.
Ich hab Version OS X 10.4.11
Gruß
Jürgen
ich bin neu hier und hab ein script Problem, daß mir keine Ruhe läßt.
Innerhalb eine größeren Scriptes benötige ich die property "print drawing objects"
Ich will MS Word (2008) anweisen bildobjekte (Einen Briefkopf) nicht zu drucken.
Ich hab ein kleines Testscript geschrieben
tell application "Microsoft Word"
activate
set print drawing objects of Word options to false
print document
end tell
Bei der Ausführung bekomme ich die Fehlermeldung:
"„«class 3579» of «class w268»“ kann nicht als „false“ gesetzt werden."
was mache ich falsch?
Das Funktionsverzeichnis im Script editor beschreibt den Befehl so:
print drawing objects (boolean) : Returns or sets if Microsoft Word prints drawing objects.
Ich hab Version OS X 10.4.11
Gruß
Jürgen