Okay, this one is probably not too common but maybe someone can figure it
out...

I have a Clié from Japan, localized in Japanese. When I try to sync it, only
addresses in Japanese format are synced; the rest (and majority) of US-based
addresses are not transferred to the Clié (only email and phone data are).
Is there anyway around this, other than manually keying in the US addresses
on the Clié?

Re: Syncing Entourage with Japanese/US addresses on J Palm by Paul

Paul
Sat Nov 27 11:23:59 CST 2004

On 11/27/04 1:39 AM, in article BDCD6F1C.A82%lunar@mac.com, "Kevin M
Fitzgerald" <lunar@mac.com> wrote:

> Okay, this one is probably not too common but maybe someone can figure it
> out...
>
> I have a Clié from Japan, localized in Japanese. When I try to sync it, only
> addresses in Japanese format are synced; the rest (and majority) of US-based
> addresses are not transferred to the Clié (only email and phone data are).
> Is there anyway around this, other than manually keying in the US addresses
> on the Clié?
>

You could try running this script from Script Editor (in
/Applications/AppleScript/):

tell application "Microsoft Entourage"
set Japanese format of every contact to true
end tell


This will also have the effect of "updating" every contact in Entourage so
the next time you sync all the Entourage versions of contacts in both places
will "win". If you have a few contacts on the Clié which are more up-to-date
than the version of the same contact in Entourage, you'd better update those
few manually in Entourage before syncing.


--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.


Re: Syncing Entourage with Japanese/US addresses on J Palm by Kevin

Kevin
Sat Nov 27 12:52:23 CST 2004

Okay, that works. Thanks. It's not as nice as I would like on my Clié (US
addresses are displayed in Japanese format, which is the exact opposite of
US, zip - state - city - street) but at least they show up.

But now I have another problem. I'm trying to move the rest of my Apple
address book over to entourage, by syncing with the isync and transferring
the address book to the Clié, and then again with the entourage conduit in
place of isync. But now, I have the same problem of US addresses not showing
up in the Clié. I know I could work around this problem by not going thru
the Clié, but I'd like to know to know to tell the apple address book to set
an address to Japanese format also anyway. I know I did it once, because one
of my US based contacts transferred thru isync, and his address does appear
on the Clié...


On 04.11.27 7:23 AM, in article BDCDF82F.7C47A%berkowit@spoof_silcom.com,
"Paul Berkowitz" <berkowit@spoof_silcom.com> wrote:

> On 11/27/04 1:39 AM, in article BDCD6F1C.A82%lunar@mac.com, "Kevin M
> Fitzgerald" <lunar@mac.com> wrote:
>
>> Okay, this one is probably not too common but maybe someone can figure it
>> out...
>>
>> I have a Clié from Japan, localized in Japanese. When I try to sync it, only
>> addresses in Japanese format are synced; the rest (and majority) of US-based
>> addresses are not transferred to the Clié (only email and phone data are).
>> Is there anyway around this, other than manually keying in the US addresses
>> on the Clié?
>>
>
> You could try running this script from Script Editor (in
> /Applications/AppleScript/):
>
> tell application "Microsoft Entourage"
> set Japanese format of every contact to true
> end tell
>
>
> This will also have the effect of "updating" every contact in Entourage so
> the next time you sync all the Entourage versions of contacts in both places
> will "win". If you have a few contacts on the Clié which are more up-to-date
> than the version of the same contact in Entourage, you'd better update those
> few manually in Entourage before syncing.
>


Re: Syncing Entourage with Japanese/US addresses on J Palm by Kevin

Kevin
Sat Nov 27 12:58:59 CST 2004

Nevermind; I figured it out. Address book isyncs only address listed as
"home;" setting them all to home fixed the problem!

On 04.11.27 8:52 AM, in article BDCDF0C7.BC2%lunar@mac.com, "Kevin M
Fitzgerald" <lunar@mac.com> wrote:

> Okay, that works. Thanks. It's not as nice as I would like on my Clié (US
> addresses are displayed in Japanese format, which is the exact opposite of
> US, zip - state - city - street) but at least they show up.
>
> But now I have another problem. I'm trying to move the rest of my Apple
> address book over to entourage, by syncing with the isync and transferring
> the address book to the Clié, and then again with the entourage conduit in
> place of isync. But now, I have the same problem of US addresses not showing
> up in the Clié. I know I could work around this problem by not going thru
> the Clié, but I'd like to know to know to tell the apple address book to set
> an address to Japanese format also anyway. I know I did it once, because one
> of my US based contacts transferred thru isync, and his address does appear
> on the Clié...
>
>
> On 04.11.27 7:23 AM, in article BDCDF82F.7C47A%berkowit@spoof_silcom.com,
> "Paul Berkowitz" <berkowit@spoof_silcom.com> wrote:
>
>> On 11/27/04 1:39 AM, in article BDCD6F1C.A82%lunar@mac.com, "Kevin M
>> Fitzgerald" <lunar@mac.com> wrote:
>>
>>> Okay, this one is probably not too common but maybe someone can figure it
>>> out...
>>>
>>> I have a Clié from Japan, localized in Japanese. When I try to sync it, only
>>> addresses in Japanese format are synced; the rest (and majority) of US-based
>>> addresses are not transferred to the Clié (only email and phone data are).
>>> Is there anyway around this, other than manually keying in the US addresses
>>> on the Clié?
>>>
>>
>> You could try running this script from Script Editor (in
>> /Applications/AppleScript/):
>>
>> tell application "Microsoft Entourage"
>> set Japanese format of every contact to true
>> end tell
>>
>>
>> This will also have the effect of "updating" every contact in Entourage so
>> the next time you sync all the Entourage versions of contacts in both places
>> will "win". If you have a few contacts on the Clié which are more up-to-date
>> than the version of the same contact in Entourage, you'd better update those
>> few manually in Entourage before syncing.
>>
>