Mobilefindcontact

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
martinwinlow
Posts: 4
Joined: Sun Jun 24, 2012 10:13 pm

Mobilefindcontact

Post by martinwinlow » Wed Jun 27, 2012 6:07 pm

Can anyone help with 5.5.1's new mobilefindcontact command?

I'm trying to find an address book contact ID thus:

On keyup # of search field
Local namesearch # one or more chars from search field used to input part of contacts name
Put mobilefindcontact (namesearch) into field "searchresults"
End keyup

... Expecting the comma delimited hit IDs to appear in the search results field.
I get an 'error in function handler'. Anyone got any clues? MW

Post Reply