Newbies pgranof Posted November 15, 2008 Newbies Posted November 15, 2008 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
comment Posted November 15, 2008 Posted November 15, 2008 See if these help: http://fmforums.com/forum/showtopic.php?tid/180003/ http://fmforums.com/forum/showtopic.php?tid/178890/
David Jondreau Posted November 15, 2008 Posted November 15, 2008 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.
aldipalo Posted November 15, 2008 Posted November 15, 2008 (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. Edited November 15, 2008 by Guest
oleung Posted December 8, 2009 Posted December 8, 2009 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,
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now