Re: Cumulus Droplet with comments?
Re: Cumulus Droplet with comments?
- Subject: Re: Cumulus Droplet with comments?
- From: What does not kill you only makes you stronger <email@hidden>
- Date: Thu, 15 Mar 2001 21:10:04 -0600
on 03.15.01 3:47 PM, email@hidden wrote:
>
This works if you first open a catalog.
>
You can do this with a script also but as I am not in the office I don't
>
have the server her so yust change Cumulus S5.0 in Cumulus Client.
>
>
on open (itemList)
>
repeat with thisItem in the itemList
>
tell application "Finder"
>
set itemName to name of thisItem
>
set itemComment to comment of thisItem
>
set itempath to container of thisItem as text
>
end tell
>
set thisitem2 to thisItem as list
>
tell application "Cumulus S5.0"
>
set theasset to catalog assets thisitem2 to front collection
>
try
>
set therecid to ID of theasset
>
set value of field "Notes" of record id therecid of front
>
collection to itemComment -- (watch linewrap)
>
end try
>
end tell
>
end repeat
>
end open
Interestingly enough, this did not add the comments in Cumulus 5.0.9 Single
User/Mac OS 9.1. Did it work properly for anyone else? Perhaps I will try on
Cumulus Server tomorrow, but that *shouldn't* matter..