Fax Software

Community Forums

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

    Hello,

    I use a linked label to communication with WinFax (using DDE) in my VB6 application.

    I want to know if the fax has been sent to the recipients and if not, which recipients failed.

    Can anybody help me to solve my problem?

    Thanks in advance

    #4681
    Anonymous
    Member

    DDE has many limitations, and that is one of them….

    #4682
    edpecyna
    Member

    I used to use dde with foxpro and have now switched to ole automation (e.g. createobject(winfax.sdklog)). I was able to use the log object to scan through messages in the send log folder and get the status code (e.g. 3 = successfully sent, 4= failed). Why not try this method?

    Regards,
    Ed

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