Archived from groups: microsoft.public.windowsxp.print_fax (More info?)
I'm using the following code to fax a really simple text excel sheet (1
sheet only with a test string only):
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
'Set the fax body
objFaxDocument.Body = "test.xls"
'Add recipient
objFaxDocument.Recipients.Add "0123456789", "John"
'Submit the document to the fax server at localhost
objFaxDocument.Submit ("")
I'm working using Visual Basic on a Windows2003 Std machine where I've
installed Acrobat Reader and Office viewer (Excel viewer 2003).
Well, I'm seeing the Excel rendering the document but then hanging with the
XLSView process using 100% CPU.
Any idea ?
Rgds,
Christian
I'm using the following code to fax a really simple text excel sheet (1
sheet only with a test string only):
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
'Set the fax body
objFaxDocument.Body = "test.xls"
'Add recipient
objFaxDocument.Recipients.Add "0123456789", "John"
'Submit the document to the fax server at localhost
objFaxDocument.Submit ("")
I'm working using Visual Basic on a Windows2003 Std machine where I've
installed Acrobat Reader and Office viewer (Excel viewer 2003).
Well, I'm seeing the Excel rendering the document but then hanging with the
XLSView process using 100% CPU.
Any idea ?
Rgds,
Christian