Fax Software

Community Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Area Code Issue #6121
    slchslch
    Member

    act i implemented my faxing module in my access aplication…so in my vba code , i act have a code to set the area code, country code & fax number…for an example,when i dial 051234567,areao code wil b my 05 follow by the fax number 1234567…so as what u said when i check the dialing number in the send log,it’s show +(05)1234567…but stil fail to fax it…hmm…i hav try to use window dialing b4…but i dont know where to set the window dialing properties in window control panel….

    slchslch
    Member

    o thx…i solve the problem already…besides…any suggestion on the email escalation? this is my second function which like to implement..

    slchslch
    Member

    thx for your suggestion…act i have try the DDE attach command before..but then there is an error state that this method doesnt occurs in DDE method…i dont know whether my statement correct or not…i do it like this way

    lngChannel = DDEInitiate(Application:=”FAXMNG32″, topic:=”CONTROL”)
    …..
    …..
    …..
    DDEPoke channum:=lngChannel, Item:=”sendfax”, _
    Data:=”attach(“C:blablabla…”)”

    izzti correct ?
    thank you!

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