can't create a read only object
can't create a read only object
- Subject: can't create a read only object
- From: Janis Rough <email@hidden>
- Date: Fri, 29 Sep 2006 11:19:08 -0700
I can't figure out how to create a data merge object? Here I am setting the data merge preferences but it doesn 't know it is a data merge. The data merge is a class of the preferences suite. It is a read only object so I can't use make data merge. I think somehow I have to set the data merge preferences to create a new document. Any ideas?
tell application "Finder"
set mySource to name of (choose file)
display alert mySource
tell application "Adobe InDesign CS2"
set myParentDoc to the active document
set parent to myParentDoc
set record selection to all
select data source mySource
create new document
end tell
end tell
_______________________________________________
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