Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinFax VFP Expert!
Message
 
À
12/09/1998 11:15:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00135805
Message ID:
00136031
Vues:
15
I hope following code will help you:

* For Sending Fax
ChanNum=DDEInitiate("FAXMNG32","TRANSMIT")
=DDEPoke(ChanNum,"Sendfax",'recipient("027050")')
=DDEPoke(ChanNum,"Sendfax",'attach("c:\netlog.txt")')
=DDEPoke(ChanNum,"Sendfax",'resolution("HIGH")')
=DDEPoke(ChanNum,"Sendfax",'showsendscreen("0")')
=DDETerminate(ChanNum)
=DDEexecute(ChanNum,"Sendfaxui")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform