Re: Modem Scriptable???
Re: Modem Scriptable???
- Subject: Re: Modem Scriptable???
- From: Don Wieland <email@hidden>
- Date: Sat, 21 Dec 2002 09:35:40 -0800
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
It looks right on the surface but for some strange reason it makes FMP6 go
into an eternal loop at the "tell application "Internet Connect" to
connect". It dials the number OK, but after this does not complete the
script by showing the dialog, disconnecting the app, quitting the app, and
returning back to my layout in FMP6.
When I ABORT (Apple-Period) I get this error dialog "Internet Connect got an
error: User canceled out of a wait loop for reply or receipt. (error -
1711).
Is Internet Connect waiting for something from the connection?
Anyone know why this is happening? Anybody have FMP6 that they can try this
on? Is it just my machine?
Thanks for the assist :-)
Don Wieland
D W D A T A C O N C E P T S
~~~~~~~~~~~~~~~~~~~~~~~~~
email@hidden
Direct Line - (949) 786-9318
Integrated data solutions to fit your business needs.
Browse to our WEB site at:
http://www.dwdataconcepts.com
for FMP Games, Free Tips/Sample Files, Related Links, and Resources.
--- NEW VERSION RELEASE ---
APPOINTMENT 1.0v6 - Add powerful scheduling to your custom solutions.
http://www.appointment10.com/
We have discounted all licenses $50 for the holidays. If you have been
looking to plug an appointment scheduler into your database solution, it's a
great time to buy.
_______________________________________________
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.