Quark Data Merge
Quark Data Merge
- Subject: Quark Data Merge
- From: email@hidden
- Date: Thu, 19 Jul 2001 15:31:09 -0600
You are close. It's a hierarchy thing. Stories can belong to the document
and they can belong to text boxes, but they cannot belong to a page.
So what you need is
set theName to "whatever"
tell application "QuarkXPress? 4.11"
tell document 1
tell current page
set (every text of every story of every text box where it is
"<Name>") to theName
--etc
end tell
end tell
end tell
Shirley Hopkins
FaceSpan Support