Discussion Board
-
9210 and problem with adding contact to contactbook.
2002-12-11, 09:44
#1
Registered User
Hello!
I'm trying to add Contact to ContactDatabase.
I have problem when I'm using:
(...)
String sID = "00334";
AggregateField rev = new AggregateField (ContactDatabase.REV);
rev.addField (new ItemField (ContactDatabase.REV, sID));
contactcard.addField (name);
contactcard.addField (rev);
addressbook.addItem(contactcard);
The Contact isn't added. :-
But when I do:
(...)
contactcard.addField (name);
addressbook.addItem(contactcard);
Contact is added to ContactDatabase successful.
Why?
9210i doesn't support REV field?
TIA!
p.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules