Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Autodial from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00083925
Message ID:
00084639
Vues:
23
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform