PC View
Phone View
I am trying to get the telephone app to launch on an iphone, which works on the desktop but not on the Iphone. I am using the onSelect of an icon which has this formula:
Launch("tel:" & LookUp(phonenumbers, PhoneDescriptionDD.Selected.Value = PhoneDescription).PhoneNumber
I am choosing a drop down to dynamically change a list of phone numbers, then user can click to call. If I manually enter a phone number in this format Launch("tel: 5554441212") it works fine. I have also tried, Launch("tel: LookUp(phonenumbers, PhoneDescriptionDD.Selected.Value = PhoneDescription).PhoneNumber". Neither works, oddly enough, i have a label on the desktop designer with the lookup formula as text field, it shows the phone number, however when it launch it on my iphone it does not show. I have included pictures of both.