Can't make some data into expected type.
Can't make some data into expected type.
- Subject: Can't make some data into expected type.
- From: "Ruby Madraswala" <email@hidden>
- Date: Mon, 11 Apr 2005 11:26:35 -0400
- Thread-topic: Can't make some data into expected type.
Hi all
Trying to move from OS 9 to OS 10.3.8 and from Quark 4.1 to quark 6.5. Script that previously worked fine is a problem now. What am I missing out?
Property tplates :"Macintosh HD:"
Tell application "Finder"
Set nfile to tplates & "b-f4-s5.qxd"
End tell
Tell application "QuarkXPress"
Activate
Open nfile
End tell
Error at open nfile
QuarkXPress got an error. Can't make some data into expected type.
Tried
Set nfile to tplates as text & "b-f4-s5.qxd"
Set nfile to "Macintosh HD:b-f4-s5.qxd"
Set nfile to "Macintosh HD:b-f4-s5.qxd" as text
Set nfile to "Macintosh HD:b-f4-s5.qxd" as string
Resave file "b-f4-s5.qxd" as Quark 6.5
Thanks in advance.
Ruby
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden