Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dial phonenumber
Message
De
26/05/2003 13:49:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00792839
Message ID:
00792855
Vues:
38
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform