Entourage 2004 - Birthday problem...

M

Mario

Hi,

I'm having some problems inserting the birthday in the address book,
no matter the month I choose entourage allways revert the date to
something in December...

and another problem... but this one I seem to have found the answre
(not possible) is that there is no way to sort the address book list
to First Name, Last Name, am I right?


hugs,
Mario
 
B

Barry Wainwright

Hi,

I'm having some problems inserting the birthday in the address book,
no matter the month I choose entourage allways revert the date to
something in December...

It is possibly an early sign of mild database corruption.

Office vX:
Hold down the option key when starting Entourage and take the first option
('typical rebuild'). If this doesn¹t resolve the problems, then try an
ŒAdvanced Rebuild¹.

Office 2004:
You still call the rebuilder by holding down Option key at launch, but it
now brings up a separate app "Database Utility" (which could be launched by
double-clicking of you wish) that lives in the Office subfolder.

First of all, if you have any Office apps open, a dialog comes up that
offers to quit them.

Then you get a window with a list of your identities to select from, and
four options:

1) It has a new feature "Verify database integrity" option: this should
reduce unnecessary rebuilding. Apparently it's quite sensitive. And see 4)
below.

2) "Compact the database". (Like X's "Typical rebuild").

3) Rebuild the database. (Like X's "Advanced Rebuild")

4) "Set database preferences". Actually there's only one pref: you can turn
on "Verify database in background "which means "run automatically" and let
you know if your database needs rebuilding.




and another problem... but this one I seem to have found the answre
(not possible) is that there is no way to sort the address book list
to First Name, Last Name, am I right?

Right - 'sort of'.

No direct way, but if you put the first name into the nickname field, you
can sort on nickname.

This script will copy them across for any entries already defined...

Tell app "Microsoft Entourage"
Repeat with aContact in (get every contact)
Set nickname of acontact to first name of acontact
End repeat
End tell
 
M

Mario

It is possibly an early sign of mild database corruption.

I don't think so... it's just a fresh install with my emails imported
from mail.app and the contacts inserted one by one in entourage...
You still call the rebuilder by holding down Option key at launch, but
it now brings up a separate app "Database Utility" (which could be
launched by
double-clicking of you wish) that lives in the Office subfolder.

I did this and there were no errors found...

It's really weird, no matter what month\year\day I choose it just
revert do Dez (december in portuguese). Can this be some kind of bug???
anyone experiencing the same thing????


thanks,
Mario
 
Top