Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dial phonenumber
Message
From
26/05/2003 13:49:22
 
 
To
26/05/2003 13:01:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00792839
Message ID:
00792855
Views:
36
This message has been marked as the solution to the initial question of the thread.
Stolen from someone somewhere...

=Tel_call("123456789","Jim")
FUNCTION Tel_call
  LPARAMETER phonenum,called
  DECLARE LONG tapiRequestMakeCall IN ;
    "TAPI32.DLL" STRING tcPhone, STRING junk, STRING junk2, STRING junk3

  RetVal = tapiRequestMakeCall(phonenum,"What? ",ALLTRIM(called),"")
ENDFUNC
>Hello,
>
>I need to let the modem a certain phone number, but I have no idea how to do this. Maybe somebody can give me a clue?
>
>Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform