Re: Cumulus Droplet with comments?
Re: Cumulus Droplet with comments?
- Subject: Re: Cumulus Droplet with comments?
- From: Wim van Ommen <email@hidden>
- Date: Fri, 16 Mar 2001 10:57:29 +0100
>
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..
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Maybe you should upgrade to 5.0.9 on both,
The dictonairy of 5.0.1 is different, it had some nice features wich were
killed by Canto to have the same dictonairy for both Single user and client.
You can make a new local database with Single User 5.0.1 but not with later
versions, I had troubles with this once. You can duplicate an empty catalog
though.
You did watch the linewrap, -- (watch linewrap) did you ?
Chears,
Wim.
--
- Wat is the comparision between computers and airconditioning?
* As soon as you open windows it stops working.