Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Dialer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01145168
Message ID:
01145169
Vues:
14
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform