hi,
I have some problems with the library research contacts
if I try to search for contacts that also connect to facebook (hence name), are found correctly
but if the contact has no link with other networks (facebook, linkedin eccc ..) is not found
Example 1:
wName:
'rossi'
wList:
Mario Rossi (have a link with facebook)
Carlo Rossi (have a link with facebook)
etc. ...
Example 2:
wName
'pippo'
wList:
empty (although he has a 'pippo' contact in the address book that is not connected to anything)
Is there any parameter to be set or forcing search field?
Alberto
I have some problems with the library research contacts
if I try to search for contacts that also connect to facebook (hence name), are found correctly
but if the contact has no link with other networks (facebook, linkedin eccc ..) is not found
B4X:
Dim wName as string
Dim wContacts As Contacts2
Dim wList As List = wContacts.FindByName (wName, False, True, False)
Example 1:
wName:
'rossi'
wList:
Mario Rossi (have a link with facebook)
Carlo Rossi (have a link with facebook)
etc. ...
Example 2:
wName
'pippo'
wList:
empty (although he has a 'pippo' contact in the address book that is not connected to anything)
Is there any parameter to be set or forcing search field?
Alberto