08-25-2008 03:08 AM
Currently BlackberryMemo interface contains NOTE, TITLE, UID fields.
I am working on MemoApiDemo application provided with JDE 4.5.0.2, and I want to enhance it to allow user to add phone number with the memo.
Q-1) Is it possible?
Q-2) If Yes then how can I do this and how to save it?
Q-3) If No, then please guide me to another way of doing this.
Pls. Note, I am not using TITLE field, I need Phone Number and Memo field to synch.
Thanks
HS
08-25-2008 11:43 AM
There isn't a way to add a field to a Memo and have it synchronize.
Instead, you could append the number to the end of the body of the memo and parse it out from within your application.
08-25-2008 11:52 PM
Thanks for the reply on my queries. This helps me lot.