Deleting contacts... miscUtil Library..

Gary Miyakawa

Active Member
Licensed User
Longtime User
Folks,

I posted this in the library forums but haven't had any response so I'm reposting over here ..

I'm using the miscUtil library...

I'm struggling try to delete a contact. I was able to create a contact (Yeah).. but now, I need to be able to delete one.

My code looks like this:

B4X:
Dim mu As miscUtil
Dim b As Boolean
mu.Initialize
b = mu.DeleteContactById("A")

My contact name is A

I get a "true" back from the delete but when I look in the contacts list, it's still there.

Any suggestions ?

Thanks,

Gary M
 

peacemaker

Expert
Licensed User
Longtime User
Search for my post, i already had this, and used another lib for deletion.
But both libs are not updated more, look like non-interesting for authors anymore.
I hoped to find a way to get UpdateContact function within any of these libs, even was ready to pay, but...
:) i'm here where i am, seems, an year.
 
Upvote 0

Gary Miyakawa

Active Member
Licensed User
Longtime User
The problem is that library doesn't give me access to the "Notes" field in the contact list... And I'm not sure that I can have both librarys loaded at the same time.

I'll give it a try though... Thanks,

Gary M
 
Upvote 0
Top