Fax Software

Community Forums

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2708
    harveyrock
    Member

    Using WinFaxPro SDK version 8 I attach a 2 page attachment with a
    cover letter and attempt to send out of VB6. WinFax display shows 3
    page package (cover & 2 page attachement) but number of pages in
    cover page is 2 and it only sends cover and first page.

    Code exerpt below.

    Anyone have any ideas?

    Thanks

    Harvey Rock

    i = WinFax.SetAreaCode(areacode)
    i = WinFax.SetNumber(telephone number)
    i = WinFax.setcompany(company name)
    i = WinFax.SetTo(individual name)
    i = WinFax.SetTypeByName(“FAX”)
    i = WinFax.SetHold(0) ‘send immediately
    i = WinFax.AddRecipient()
    WinFax.AddAttachmentFile (file name)
    WinFax.ShowSendScreen (0)
    WinFax.SetPreviewFax (0)
    WinFax.SetUseCover (1)
    WinFax.SetQuickCover (0)
    WinFax.SetCoverFile (cover page file name)
    WinFax.SetSubject (subject text)
    WinFax.SetCoverText (cover page message)
    i = WinFax.Send(0)

    #4611
    JohnD
    Participant

    harvey,
    What type of attachment are you adding??

    #4612
    JohnD
    Participant

    Harvey,
    FXM files do not work properly as attachments, only the first page is transmitted when you use a multipage FXM file.

    Regards,
    John

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.