Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > Sombody know how faxing a crystal report?

Sombody know how faxing a crystal report?

Forum Windows XP : Windows XP General Discussion - Sombody know how faxing a crystal report?

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.windowsxp.print_fax (More info?)

 

I need to send a report by fax, from visual basic code.
Anybody howto??

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.windowsxp.print_fax (More info?)

 

Sample VB program to send a attachment.
---------

Dim FaxServer As New FAXCOMEXLib.FaxServer
FaxServer.Connect ("testserver" )

Dim FaxDocument As New FAXCOMEXLib.FaxDocument
FaxDocument.Body = "C:\tmp.txt"
Call FaxDocument.Recipients.Add("1022", "Test Fax" )
FaxDocument.Subject = "subject"
FaxDocument.CoverPageType = fcptNONE
FaxDocument.DocumentName = "Name"
FaxDocument.Priority = fptNORMAL

Dim sender As FAXCOMEXLib.FaxSender
FaxDocument.sender.LoadDefaultSender

FaxDocument.Submit ("" )

MSDN Link:
http://msdn.microsoft.com/library/ [...] t_18s3.asp

--
Loganatr [MSFT]
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'



"Antonio J. Ramos" <aj_ramos@terra.es> wrote in message
news:eUE7%23bxbEHA.384@TK2MSFTNGP10.phx.gbl...
>I need to send a report by fax, from visual basic code.
> Anybody howto??
>
>

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.print_fax (More info?)

 

Tank you, but I don't to save the report before faxing, I need to send it
from code, with any objetc directly.

Reply to Anonymous

Archived from groups: microsoft.public.windowsxp.print_fax (More info?)

 

I dont think streaming is possible in Fax.

As Fax protocol requires converting your document into Tif image, changing
its resolution to the negotiated (between sender and receiver) resolution,
Microsoft doesnt support streaming. Atleast you have to save them in temp
directory to fax.
--
Loganatr [MSFT]
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'



"Antonio J. Ramos" <aj_ramos@terra.es> wrote in message
news:%23a3mAp%23bEHA.596@TK2MSFTNGP11.phx.gbl...
> Tank you, but I don't to save the report before faxing, I need to send it
> from code, with any objetc directly.
>
>
>

Reply to Anonymous
Tom's Hardware > Forum > Windows XP > Windows XP General Discussion > Sombody know how faxing a crystal report?
Go to:

There are 1215 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them