send fax with doc --source code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raymond Chiu

    send fax with doc --source code

    Dear all,

    I am vb.net programmer and has one question about fax problem.
    If I has the database storing customer information with fax number and I has
    different word letter format with some empty fields variables which should
    be assigned by the program, How can the program do to send fax through some
    third-party program with manipulation in the word document? Is there any
    source code from word object to fax program object? Which third-party
    program should I use?

    I really need your help,
    Thanks,

    Raymond


  • =?Utf-8?B?U3VydHVyWg==?=

    #2
    RE: send fax with doc --source code

    I have struggled with faxing from VB for many years. It is not an easy thing
    to do, you will need to learn how to use TAPI or a third party product like
    MSXFAX or Hylafax.

    As for the Word document, look up "Microsoft Word PIA" in Google.

    --
    David Streeter
    Synchrotech Software
    Sydney Australia


    "Raymond Chiu" wrote:
    Dear all,
    >
    I am vb.net programmer and has one question about fax problem.
    If I has the database storing customer information with fax number and I has
    different word letter format with some empty fields variables which should
    be assigned by the program, How can the program do to send fax through some
    third-party program with manipulation in the word document? Is there any
    source code from word object to fax program object? Which third-party
    program should I use?
    >
    I really need your help,
    Thanks,
    >
    Raymond
    >
    >
    >

    Comment

    Working...