I am working on converting an old Applescript that was used with Quark 3.31.
For some reason my documents will save but they are corrupt and cannot be re-opened.
This is the code we had used in the past:
set thePathToQXDoc to (thePathToQXDocFolder & theAdNumber & ".QXD")
tell document 1
set view scale to fit page in window
save in thePathToQXDoc as "XDOC" without template
end tell
The items in the above have all been assigned values either as you see or earlier in the script. If I stop the script before the “save in” command, I can manually save it and it is just fine. Any one with any ideas?
Thanks
Dean