| Author |
Message |
Christian
Guest
|
Posted:
Mon Dec 20, 2004 2:11 pm Post subject:
Fax an excel sheet |
|
|
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 |
|
| Back to top |
|
 |
Charlie
Guest
|
Posted:
Tue Dec 21, 2004 9:31 am Post subject:
RE: Fax an excel sheet |
|
|
I can't seem to figure how to get this XP fax to work, it tells me there is
no dial tone and I'm running DSL HELP
"Christian" wrote:
| Quote: | 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
|
|
|
| Back to top |
|
 |
Christian
Guest
|
Posted:
Tue Dec 21, 2004 12:25 pm Post subject:
Re: Fax an excel sheet |
|
|
Hi,
you can trust me it works perfectly with other documents (.txt, .pdf,
..jpg...) and also on the other machine where I have installed the whole
Office suite.
So is it a problem of the Excel viewer ?
Rgds,
Chris
"Charlie" <Charlie@discussions.microsoft.com> wrote in message
news:56B4E118-CBCC-4410-A1D3-922440138F72@microsoft.com...
| Quote: | I can't seem to figure how to get this XP fax to work, it tells me there
is
no dial tone and I'm running DSL HELP
"Christian" wrote:
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
|
|
|
| Back to top |
|
 |
Hal Hostetler [MVP-S/U]
Guest
|
|
| Back to top |
|
 |
Christian
Guest
|
Posted:
Wed Dec 22, 2004 9:13 pm Post subject:
Re: Fax an excel sheet |
|
|
But I don't want to send fax over DSL or over internet in general !!!!
I'm sending fax with local fax server through a standard analog modem.
"Hal Hostetler [MVP-S/U]" <hhh@kvoa.com> wrote in message
news:OVGryRB6EHA.1408@TK2MSFTNGP10.phx.gbl...
|
|
| Back to top |
|
 |
|
|
|
|