Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending Fax
Message
From
24/06/2006 06:01:17
 
 
To
24/06/2006 05:12:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01125472
Message ID:
01131396
Views:
40
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform