Can't get mobileGetContactData(contactID) to work
Posted: Sat Jun 30, 2012 10:32 pm
Always returns empty. Anyone having any luck with this?
mobilefind, mobilepick and mobileAdd all work for me. I want to be able to query the current record and update if needed.
Here's the test script I'm using:
on mouseUp
mobileShowContact field "contactIDFld"
put mobileGetContactData( field "contactIDFld") into resultThang
if resultThang is empty then
put "Whoops" into field "searchresults"
else
put resultThang into field "searchresults"
end if
end mouseUp
Thanks in advance!!
Olie
mobilefind, mobilepick and mobileAdd all work for me. I want to be able to query the current record and update if needed.
Here's the test script I'm using:
on mouseUp
mobileShowContact field "contactIDFld"
put mobileGetContactData( field "contactIDFld") into resultThang
if resultThang is empty then
put "Whoops" into field "searchresults"
else
put resultThang into field "searchresults"
end if
end mouseUp
Thanks in advance!!
Olie