Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Dialer
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01145168
Message ID:
01145169
Views:
15
You're placing 2 calls in your code below. See Re: Dial phonenumber Message #792855

>I am trying to use the Windows dialer (XP - Vfp8 SP1) by using the code below by passing the phone number in cPhoneNo
>This works Ok except for an extra call that gets placed giving the error No call appearance available. So in fact two calls are being placed with one of them failing. Any ideas ?
>Or alternatively is there any other method I can use ?

>
>DECLARE LONG tapiRequestMakeCall IN "TAPI32.DLL" STRING tcPhone, STRING junk, STRING junk2, STRING junk3
>RetVal = tapiRequestMakeCall(cPhoneNo,"","","")
>DECLARE LONG tapiRequestMakeCall IN "TAPI32.DLL" STRING tcPhone, STRING junk, STRING junk2, STRING junk3
>RetVal = tapiRequestMakeCall(cPhoneNo,"","","")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform