Hi,
Can WinFax guru tell me what is wrong with this code?
oFaxObject=CreateObject('WinFax.SDKSend8.0')
SET PRINTER TO NAME "WinFax (Photo Quality)" mFaxno="5251136" && Allt(Fax_Number)
TYPE "C:\COSTR\236209.TXT" TO PRINTER
oFaxObject.SetTo("ALINE LEFVRE"
oFaxObject.SetNumber("5251136" && (mFaxno)
oFaxObject.SetSubject("Testing"
oFaxObject.AddRecipient()
oFaxObject.Send(0)
The phone number, the recipient, the subject and the send does seems to work. However the the application and the text file are invoked.
Any Idea!!!!
thanks,
venado
Can WinFax guru tell me what is wrong with this code?
oFaxObject=CreateObject('WinFax.SDKSend8.0')
SET PRINTER TO NAME "WinFax (Photo Quality)" mFaxno="5251136" && Allt(Fax_Number)
TYPE "C:\COSTR\236209.TXT" TO PRINTER
oFaxObject.SetTo("ALINE LEFVRE"
oFaxObject.SetNumber("5251136" && (mFaxno)
oFaxObject.SetSubject("Testing"
oFaxObject.AddRecipient()
oFaxObject.Send(0)
The phone number, the recipient, the subject and the send does seems to work. However the the application and the text file are invoked.
Any Idea!!!!
thanks,
venado