Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
hs4878
Posts: 23
Registered: ‎08-25-2008

Include phone number option under memo

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

Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: Include phone number option under memo

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.

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
Developer
hs4878
Posts: 23
Registered: ‎08-25-2008

Re: Include phone number option under memo

Thanks for the reply on my queries. This helps me lot.

 

 

Please use plain text.