Prompt on Send HTML file

  • Thread starter Thread starter dnz
  • Start date Start date
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
 
Hello,
because web service don't have a hands.

P.S. I register new extension HTQ to winword.exe and print html files
but winword print only well-formed html.
Primary task - print html file from web site.

Thanks to your attension
 
Dear sir/madam,

whats about you'r problem.

i get this problem. what you have done?


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
 
Back
Top