On 4/16/06 5:51 PM, "Pitch" <[EMAIL PROTECTED]> wrote:
> I'm trying to use a script called Merge Contacts, which allows you to
> highlight two contacts, and combine them.
>
> However, I'm getting this error message: "Can't get <<class plSy>> of
> contact ID 3527.
>
> Here's the script, below. If anyone knows the fix for this, please pass it
> on. Thanks.
That script was written for an earlier version of Entourage (not by me).
Entourage 2004 does not have a 'sync with Palm' property (and there's no
such checkbox in the UI either). It doesn't even exist in the Entourage
dictionary any more - that's why you're seeing the raw code «class plSy»
instead of 'sync with Palm'. So just remove this section of the script,
near the bottom
-- sync with palm boolean
set field_name to "Sync with palm"
set a to «class plSy» of contact1
set b to «class plSy» of contact2
set c to my mergefields(a, b, field_name)
if c a then set «class plSy» of contact1 to c
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>
PLEASE always state which version of Microsoft Office you are using - 2004,
X or 2001. It's often impossible to answer your questions otherwise.
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>