Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Autodial from VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00083925
Message ID:
00084639
Views:
27
>What is the easiest way to set up an autodialer in VFP?
Hello Shane!

Try this:

DEClare LONG tapiRequestMakeCall in tapi32.dll string@a, string@b, string@c, string@d
cNumber="2464967"
cCallerProgramName="My program"
cPersonToCall="B Bela"
cNote="This is the note"

?tapiRequestMakeCall(@cNumber,@cCallerProgramName,@cPersonToCall,@cNote)


Good luck!

BB
Previous
Reply
Map
View

Click here to load this message in the networking platform