Fax Software

Community Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Faxing MS-Access XP Reports? #4414
    eddy
    Member

    Alright, found this but got a question. How can I send 2 different reports to the same fax?


    Private Sub cmdFax_Click()
    Dim objWFXSend As New wfxctl32.CSDKSend

    With objWFXSend
       .SetHold (intHold)
      .SetNumber ("618-541-1234")
      .SetTo ("bob")
      .SetCompany ("The Company")
      .AddRecipient  
      .ShowCallProgess (1)    
      .SetPrintFromApp (1)
      .Send (0)
       DoCmd.OpenReport "myreport", acViewNormal
    >>>***HOW DO I GET A DIFFERENT REPORT TO BE PAGE 2 IN WINFAX??***<<<
      .done
    End With
       
    objWFXSend.LeaveRunning
     
    End Sub

    Thanks for any help.

    in reply to: Exporting Data – Error code field. What do they mean? #6491
    eddy
    Member

    Thanks, I looked for these everywhere and could not find them. Exactly what I am looking for 🙂

    in reply to: Exporting Data – Error code field. What do they mean? #6489
    eddy
    Member

    When I do the export, I get values for a fax sent such as

    4
    11
    54
    25
    5

    When I choose the export data fields from winfax pro, these values would be sitting in the Error Code field. I presume this is where the messages such as no carrier, line busy etc would be. I just don’t know what the value corresponds to. That’s what I’m looking for. What is 4? Does it mean Line busy etc.

Viewing 3 posts - 1 through 3 (of 3 total)