/ Forums / Advansys Formativ / Creating Solutions with Formativ / Address Book Information / Reply To: Address Book Information
Hi!
Im not very good at writing formativ soltuions too, but im doing my way 🙂
To your problem:
I expirience, that
AddressBookEntry.DisplayName
returns “Firstname Lastname” / “Lastname Firstname” depending on the Client’s sort settings.
If this doesn’t fit your needs, there are these additional AddressBookEntry propertys:
Lastname
Firstname
So you can use AddressBookEntry.Firstname to retrieve the First Name seperately.
To count the entries in an AdressBook you can youse the AdressBook property
AdressBook.Count
this will return the number of items in the AdressBook.
This Information and more can be found in the Formativ Language Guide, supplied with the Formavit version you own.
Tested on Groupwise 6.5 with Formativ Admin 1.6
Hope this helps
Greez Tom