Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Phone call
Message
 
To
25/09/2004 11:07:54
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00945988
Message ID:
00946020
Views:
21
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform