If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Programmatic Fax Problems
I've been developing a asp.net site that sends a fax generated by a
script. I use the faxcomex object to send the fax. I create an html file and save it with a .doc extension attatch it to the body when I call the script. When the script is executed word launches and prints to the fax-modem and it's on it's way. This works with other applications that support the print verb command. One problem is when I copy the files to my test IIS from the debug IIS. the page just hangs. here is my fax function: ------------------------------------------------------------------------------------------- Dim faxServer As New Object Dim faxDocument As New Object faxServer = CreateObject("FAXCOMEX.FaxServer") faxDocument = CreateObject("FAXCOMEX.Faxdocument") faxServer.connect("") faxDocument.body = "c:\temp_proposal.doc" faxDocument.documentname = "Felix Storch Proposal" faxDocument.Recipients.Add(faxnum) Dim JobID = faxDocument.ConnectedSubmit(faxServer) faxServer = Nothing faxDocument = Nothing ------------------------------------------------------------------------------------------- I suspect it may be a permissions problem but I gave asp.net and IUSR administrative access to see if that resolved it and nothing. Additionaly, I plan to put this on my windows 2003 server which doesn't have word or other applications to launch to execute the print, I wouldn't those aps constantly launching anyway. Any suggestions for either problem would be greatly appreciated. -Yanir |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with Fax Merge from Word to Outlook | [email protected] | Outlook - Fax Functions | 1 | October 9th 06 10:48 PM |
How do I import fax numbers from the Microsoft WinXP fax to outllo | Mr. Analogy | Outlook - Using Contacts | 1 | July 13th 06 10:01 AM |
How do I send a fax with GFI Fax maker without having to open up a new Outlook Contact? | bron_s | Outlook - General Queries | 5 | July 11th 06 08:00 PM |
Problems with fax:#####!!!! | carl | Outlook - Fax Functions | 1 | April 4th 06 09:44 PM |
Submit Fax, Obtain Approval, Approver Releases, Fax Archived | GHTROUT | Outlook - Fax Functions | 3 | February 15th 06 05:45 AM |