I've been lurking on this list for a long time, and will confess that I am
the ultimate parasite.  I offer nothing, though I have learned a great deal.
I remain with nothing of substance to offer, other than an expression of
gratitude, not only to Paul for this fantastic script, but to all of you who
take the time to assist the rest of us.

Thanks again,

Craig Elias

PS This script was really cool to watch.

According to my clock, on 7/17/02 2:47 PM, Paul Berkowitz posted the
following:

> On 7/17/02 10:00 AM, "Eric Hildum" <[EMAIL PROTECTED]> wrote:
> 
>> 1. After getting the Palm synchronized, I found many of my contacts when
>> opened needed to be saved even though I had not made any changes (that is,
>> double clicking to open will open the contact in a window indicating that the
>> contact has been changed, and a save must take place before the window can be
>> changed). Contacts for which this situation occurs will NOT be found by the
>> matching engine when typing the first few characters of a name while
>> addressing new mail messages. This was rather disconcerting at first as you
>> can imagine; however the contacts are in the database, they just need to be
>> opened and saved to be usable. I estimate that this affects roughly half of
>> my
>> 900 contacts � so I�ll probably have to figure out a script to open and save
>> all my contacts, then do a cradle based sync.
> 
> -------------------
> 
> tell application "Microsoft Entourage"
>   activate
>   set theContacts to (every contact)
>   repeat with theContact in theContacts
>       open theContact
>       close window 1
>   end repeat
>   beep 2
>   display dialog "All done" buttons {"OK"} default button 1 with icon 1
> giving up after 3600
> end tell
> 
> ------------------
> 


--
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/>

Reply via email to