More on Scripting Cumulus
More on Scripting Cumulus
- Subject: More on Scripting Cumulus
- From: "T.J. Mahaffey" <email@hidden>
- Date: Thu, 15 Mar 2001 16:31:04 -0600
Can someone give me a nudge?
My stumbling block here is how to pass the finder window comment of each of
these files to Cumulus so it can put the comment into each records' notes
field. I may be way off base with this subroutine...
Here's what I've got
tell application "Cumulus 5 Client"
activate
set itemList to every file of folder choose folder
catalog assets itemList to front collection
set value of field "Notes" of asset reference itemList to getComment()
find all records of front collection
end tell
on getComment()
tell application "Finder"
set myComment to comment of itemList
return myComment
end tell
end getComment
Many thanks for wise input.
T.J. Mahaffey
email@hidden