Hi friends, I am trying to send a fax through my ASP code.I searched a lot on google ,tried a lot of stuff..but all in vain.In my company i do have fax server The code which i have right now is giving me error on MyDocuments.Send. But any new ideas are welcome. We do not want to try sending fax through internet because it is costly and send a lot of fax in a day which makes it more costly.here is the code: <% Dim MyFax, MyDocuments, MyFile Set MyFax = Server.CreateObject("FaxServer.Faxserver.1") MyFax.Connect("Cheryl") MyFile = Server.MapPath("i.txt") Set MyDocuments = MyFax.CreateDocument(MyFile) MyDocuments.FaxNumber = "13999999" MyDocuments.Send MyFax.DisConnect Set MyDocuments = Nothing Set MyFax = Nothing Response.write "Fax is successfully sent!" %>
this is the error i get: Error Type: (0x80070002) at the line FaxDoc.Send. Please let me know if you could help me out in this.
well, as I see from the error its stuck on the SEND property. Do you use any COM objects, besides before you provided a code that said MyDocuments.Send but later on you indicate the error when FaxDoc.Send Couple you please be more specific what you use, post the code and say THIS LINE HAS THE ERROR WHICH SAYS "YOU ARE NOT AN ASP DEVELOPER" Got me, then we'll try to help you prove the software that you really are a DEVELOPER
why is it "nonsensical", he says on thing in the begining and then another later. don't you think he needs to clarify everything
I know, you don't have to remind me about that, you could try talking to other's whose grammer is worse. the thread here is not about my grammer, nor your's. so please make sure you know what is the DP for before you start posting nonsensical information here. If you want to tell anything to me personally, you could try sending a PM, that's why it exists... Just in case you don't know it yet