Fax Software

Community Forums

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Print Access Report to WinFax – WinFax cover pages #4706
    lynniek
    Member

    I added that line (ShowSendScreen(0) ). Starting to think that it is just not going to work.

    Thanks for you thoughts. I also tried the DDE example from Helen Feddema. This works to get the information (fax number, customer) from Access into WinFax but again, the attachment doesn’t appear. I see it generate and it makes it to the Print Que. Never makes it to WinFax.

    in reply to: Print Access Report to WinFax – WinFax cover pages #4704
    lynniek
    Member

    I did have the “RetCode = objWinfaxSend.ShowCallProgess(1)” code typed. I deleted that line and still have the same issue. Attachment with cover page and no variable data inserted.

    in reply to: Print Access Report to WinFax – WinFax cover pages #4702
    lynniek
    Member

    I tried hard coding the name and fax number. This information did not make it to Winfax either. When the cover page appears, the report is attached and the fields show @R for name, @C for company, @X for fax number. After a one or two second delay, the @ in each field changes to , , and . I have tried clicking send thinking maybe it was just not previewing correctly but I get a message that the fax is not addressed to anyone.

    Any other thoughts are appreciated.

    🙁

    in reply to: Print Access Report to WinFax – WinFax cover pages #4700
    lynniek
    Member

    Thank you so much for the code revisions. Unfortunately it still does not work. I get one cover page with the report attached but the name, fax number, etc. do not pull from Access and fill out the cover page.

    Any other thoughts would be appreciated.

    lynniek
    Member

    Thank you for your reply. I had 10.03 and was having issues. I saw a posting to upgrade to 10.04. I found the patch and updated my 10.03 version.

    I am open for other suggestions. Thanks again.

    lynniek
    Member

    I have changed this code many times. I still can’t get it to work.

    Here is my latest:

    Dim objWinfaxSend As Object
    Set objWinfaxSend = CreateObject(“WinFax.SDKSend8.0”)
    objWinfaxSend.SetClientID (Me.Customer)
    objWinfaxSend.SetCoverText (“QUOTE”)
    objWinfaxSend.SetNumber (Me.CustomerFax)
    objWinfaxSend.SetTo (Me.contactname)
    objWinfaxSend.SetCompany (Me.Customer)

    objWinfaxSend.AddRecipient
    objWinfaxSend.Send (1)
    objWinfaxSend.SetPrintFromApp (1)
    objWinfaxSend.ShowSendScreen (0)
    DoCmd.OpenReport “RPT_QuoteDetailsTotalWF”, , , “[quoteid] = Forms!frmQuoteInformation![QuoteID]”

    I see the report print (flash on screen) but the report never makes it to WinFax. The cover page populates but I am missing the filtered report.

    Any help would be GREATLY appreciated.

    Access 2003, WinFax Pro 10.04, Windows XP

    Thank you in advance.

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