Re: Modem Scriptable???
Re: Modem Scriptable???
- Subject: Re: Modem Scriptable???
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 21 Dec 2002 09:46:28 -0800
On 12/21/02 9:35 AM, "Don Wieland" <email@hidden> wrote:
>
on 12/19/02 10:34 AM, Don Wieland stated:
>
>
> Computer environment: MAC G4 867 DP "Stock Modem" MacOS X.2.2
>
>
>
> I have a FileMaker 6 contact database which has a phone field. In FMP, the
>
> script step "Dial Phone Number" is not supported in OS X.
>
>
I have found a script that I run from within FMP6
>
>
copy cell "DialWork" of current record to theNumber
>
ignoring application responses
>
tell application "Internet Connect" to connect ,
>
configuration "Telephone" to telephone number thenumber
>
end ignoring
>
display dialog theNumber & return & ,
>
"Dialing in Progress: Disconnect?" buttons {"Disconnect"} ,
>
default button 1
>
tell application "Internet Connect" to disconnect configuration "Telephone"
>
tell application "Internet Connect"
>
disconnect configuration "Telephone"
>
Quit
>
End tell
Why exactly do you need to tell it to disconnect twice? You're lucky if it
doesn't error the second time - it must just ignore the second 'disconnect'.
Or do you really need it?
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.