AppleWorks
AppleWorks
- Subject: AppleWorks
- From: "Ulrich Meine" <email@hidden>
- Date: Tue, 30 Jan 2001 10:37:41 +0100
This script works with AppleWorks 5, but it doesn't with AW 6.
tell application "AppleWorks 6"
activate
make new document at beginning with properties {document kind:+constant
docKSS ;, name:"x" & shortdate}
paste
end tell
with Scripteditor, you can record the following script:
tell application "AppleWorks 6"
activate
select window "Ohne Titel (TK)"
end tell
But it doesn' work. The AppleScript-message. "AppleWorks has got an error:
Can't make some data into the expected type".
Who can help me?
Ulrich email@hidden