Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending Fax
Message
De
24/06/2006 06:01:17
 
 
À
24/06/2006 05:12:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01125472
Message ID:
01131396
Vues:
43
I use the following VB code to send fax, maybe it can help


Private Sub Command1_Click()
Dim FaxServer As New FAXCOMLib.FaxServer
Dim FaXDocument As FAXCOMLib.FaxDoc
Dim i As Integer

FaxServer.Connect "MyMachineName"

FaXDocument = FaxServer.CreateDocument("C:\myTest.doc")

FaXDocument.FileName = "C:\myTest.doc"
FaXDocument.FaxNumber = "9999999"
FaXDocument.SenderName = "NABIL"
FaXDocument.DisplayName = "NABIL TEST"

i = FaXDocument.Send()

FaxServer.Disconnect

End Sub



>I'm really facing bad experience using WinFax, Some faxes are not sent "Don't know why?", I have to send it again.
System Analyst
Nabil B. Ghrayyeb
nabilg@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform