D
dnz
Hello
can anybody help me do remove IE prompt during Fax Document send
oFS = CreateObject("FaxServer.FaxServer")
oFD = oFS.CreateDocument("....\file.htm")
oFD.FaxNumber = "9871234567"
JobId = oFD.Send()
now IE open Print Prompt dialog. How to remove this dialog ?
Thanks in advance
can anybody help me do remove IE prompt during Fax Document send
oFS = CreateObject("FaxServer.FaxServer")
oFD = oFS.CreateDocument("....\file.htm")
oFD.FaxNumber = "9871234567"
JobId = oFD.Send()
now IE open Print Prompt dialog. How to remove this dialog ?
Thanks in advance