Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5465 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I am very new to FMPro, but I have created a pretty basic contact management database with 800 records. I use it for new business, and I want to click on a phone number and have Skype call out.

I have tried it 1000 times using Open URL, which is suggested on the internet.

Would anyone mind posting a few idiot proof steps for a newbie. Assume I have brain damage.

Thanks so much

Posted

I never tried Open URL[] so I can't help with that step. Instead, I place a tiny Web Viewer on the layout, name it "Skype" and put this in a script:

Set Variable[$number; Phone Number]

Set Web Viewer[Object Name: "Skype"; URL:"callto://" & 1 & $number]

Depending on Skype's setting, you may or may not need the leading 1 in the URL.

Posted (edited)

I use Vonage as well as Skype. Here's a script I use to give the user a choice.

Notice the Filter command. Skype does not like

"(", ")" or "-" in the phone number.

*************************************

I meant this for the poster not DJ.

Dialing_Script002.jpg

Edited by Guest
  • 1 year later...
Posted

Hello,

It actually work well.

But, when using the script OpenURL.

It will form a link look something like "http://callto:+skypename/" and open this in Safari browser.

Can we remove "http://" from the generated text?

Thanks,

This topic is 5465 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.