Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Fox > Re: Auto Dialin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 787 of 861
Post > Topic >>

Re: Auto Dialing

by Michael J Davis <miked@[EMAIL PROTECTED] > Jul 24, 2007 at 10:40 AM

shah <shahjagat@[EMAIL PROTECTED]
> opined
>Hi,
>
>Is there a way of making a VFP application dial a phone # and  play a
>standard audio message?  Anyone know of any active X control or some
>way to achieve this.

Do you mean play a message over the phone? or to the user?

I was given a very helpful routine here for calling the Windows Dialler
that I use as a routine (or subr) from my master data file ('mast') in
vfp3:-

****** Tapitest.prg *******

declare long tapiRequestMakeCall in "tapi32.dll";
        string DestAddress,;
        string AppName,;
        string CalledParty,;
        string Comment

store trim(mast.phone) to TlfNumber
store trim(mast.company) to CalledParty

xnOK=tapiRequestMakeCall([&TlfNumber], [], [&CalledParty],
[C:\WINDOWS\DIALER.EXE])

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

Mike


[The reply-to address is valid for 30 days from this posting]
-- 
Michael J Davis

Pictures at http://www.flickr.com/photos/watchman/
<><
For this is what the Lord has said to me,
"Go and post a Watchman and let
him re****t what he sees." Isa 21:6
<><
 




 2 Posts in Topic:
Auto Dialing
shah <shahjagat@[EMAIL  2007-07-13 12:44:53 
Re: Auto Dialing
Michael J Davis <miked  2007-07-24 10:40:38 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 13:47:08 CST 2008.