Hi,
Can anyone provide a link to an example or documentation of this Contacts2 function? I'm trying to use it (I want all contacts with phone number) but I can´t find how to write the sql sentence...
PhoneNumber does not exists, and I don't know if "Contacts" is the right name for the table.
Regards!
Can anyone provide a link to an example or documentation of this Contacts2 function? I'm trying to use it (I want all contacts with phone number) but I can´t find how to write the sql sentence...
B4X:
"Select * From Contacts where PhoneNumber <> '' and PhoneNumber is not null"
PhoneNumber does not exists, and I don't know if "Contacts" is the right name for the table.
Regards!