Fax Software

Community Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • daverch
    Member

    I changed to code as follows and it converts the output. However, I get prompted on the console for the printer to print to:
    Set objWinfaxSend = Server.CreateObject(“WinFax.SDKSend8.0”)
    objWinfaxSend.SetCoverText “Invoice Attached”
    objWinfaxSend.SetSubject “Invoice ” & InvId
    objWinfaxSend.SetDeleteAfterSend 1
    objWinfaxSend.SetCountryCode “”
    objWinfaxSend.SetAreaCode “”
    objWinfaxSend.SetNumber Request.Form(“Email”)
    objWinfaxSend.SetTo oObject(“CusName”)
    objWinfaxSend.AddAttachmentFile “c:tempfax.htm”
    objWinfaxSend.AddRecipient
    objWinfaxSend.Send 0
    objWinfaxSend.Done
    Set objWinfaxSend = Nothing

Viewing 1 post (of 1 total)