Fax Software

Community Forums

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2623
    Anonymous
    Member

    I need send fax automatic from a private application “Navision Financials” the
    code is:

    objwinfaxSend ‘WinFax Automation Server’.CSDKSend

    CREATE(objwinfaxSend);

    objwinfaxSend.SetClientID(‘ID.1’);
    objwinfaxSend.SetCoverText (‘example’);
    objwinfaxSend.SetNumber (tNumero);
    objwinfaxSend.SetHold(1);
    objwinfaxSend.SetDeleteAfterSend(1);
    objwinfaxSend.AddRecipient();

    objwinfaxSend.AddAttachmentFile(tNombre);
    objwinfaxSend.Send (0);
    objwinfaxSend.Done;
    CLEAR(objwinfaxSend);

    I have 2 questions
    the first, i send a htm document with every fax and the print windows appear
    me with every fax, if they are 20 or 50 fax …

    if i send varius fax the attachment are add, he send every fax with all htm
    documents.

    P.d: pardon for my englis.
    i am spanish.

    thanks for the help.

    #4435
    Anonymous
    Member

    I believe there is a solution posted elsewhere on this forum, search for adding HTML attachments.

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