Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Phone call
Message
 
À
25/09/2004 11:07:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00945988
Message ID:
00946020
Vues:
20
One of the solutions is:
DECLARE LONG tapiRequestMakeCall IN "TAPI32.DLL" ;
		STRING cTel, ;
		STRING cApp, ;
		STRING cUser, ;
		STRING cComment

lcTel = Phone_number
lcApp = "Application NAme"
lcUser = "Calling to "+lcTel 
lcComment = "Comments go here"

= tapiRequestMakeCall(lcTel, lcApp, lcUser,lcComment)
>Hi,
>I need to make a phone call from vfp. anyone know how to do it ?...i've read something but i couldn't do.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform