Search found 3 matches

by olieolson
Sun Jul 01, 2012 1:11 am
Forum: iOS Deployment
Topic: Can't get mobileGetContactData(contactID) to work
Replies: 3
Views: 3332

Re: Can't get mobileGetContactData(contactID) to work

Dixie,

Thanks! That works like a charm. I'm a little emabaressed that I didn't see that myself...

You're awesome!

Donald
by olieolson
Sat Jun 30, 2012 10:32 pm
Forum: iOS Deployment
Topic: Can't get mobileGetContactData(contactID) to work
Replies: 3
Views: 3332

Can't get mobileGetContactData(contactID) to work

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 ...
by olieolson
Sat Jun 09, 2012 2:04 am
Forum: iOS Deployment
Topic: Address Book
Replies: 11
Views: 10501

Re: Address Book

Here's a vote for address book access. I don't want to make another contact system, but I do want to leverage the contacts the user already has. I also need to be able to associate external data with records in the address book data base...

Olie