Export to PDF only from CRviewer (RDC 8.5 - VB 6.0) 
Author Message
 Export to PDF only from CRviewer (RDC 8.5 - VB 6.0)

I have a VB6 app that uses a RDC (8.5) report.  I want to be able to
export the report to PDF only from the CRviewer.  At present, it
exports to any of about 30 formats.  Anyone know how to force it to
export to a Disk File (not an application, or MAPI) and in PDF format
only?

Thanks in advance for your help.



Wed, 18 Feb 2004 03:07:53 GMT  
 Export to PDF only from CRviewer (RDC 8.5 - VB 6.0)
This should get you started:

Dim Report As CRAXDRT.Report
Dim crxExportOptions As CRAXDRT.ExportOptions
crxExportOptions.FormatType =crEFTPortableDocFormat
crxExportOptions.DestinationType = crEDTDiskFile
crxExportOptions.DiskFileName = "C:\MyReport.pdf"

...
George
GridLinx Software    Programming Tools for VB Programmers
http://www.gridlinx.com


Quote:
> I have a VB6 app that uses a RDC (8.5) report.  I want to be able to
> export the report to PDF only from the CRviewer.  At present, it
> exports to any of about 30 formats.  Anyone know how to force it to
> export to a Disk File (not an application, or MAPI) and in PDF format
> only?

> Thanks in advance for your help.



Wed, 18 Feb 2004 07:05:29 GMT  
 Export to PDF only from CRviewer (RDC 8.5 - VB 6.0)
Thanks George, that did the trick.

-SB

On Fri, 31 Aug 2001 16:05:29 -0700, "George Lissauer"

Quote:

>This should get you started:

>Dim Report As CRAXDRT.Report
>Dim crxExportOptions As CRAXDRT.ExportOptions
>crxExportOptions.FormatType =crEFTPortableDocFormat
>crxExportOptions.DestinationType = crEDTDiskFile
>crxExportOptions.DiskFileName = "C:\MyReport.pdf"

>...
>George
>GridLinx Software    Programming Tools for VB Programmers
>http://www.gridlinx.com



>> I have a VB6 app that uses a RDC (8.5) report.  I want to be able to
>> export the report to PDF only from the CRviewer.  At present, it
>> exports to any of about 30 formats.  Anyone know how to force it to
>> export to a Disk File (not an application, or MAPI) and in PDF format
>> only?

>> Thanks in advance for your help.



Sun, 22 Feb 2004 01:40:36 GMT  
 Export to PDF only from CRviewer (RDC 8.5 - VB 6.0)
Where do I get the PDF dll update for 8.5 if I only own 8.0?

Jason

Quote:

> I have a VB6 app that uses a RDC (8.5) report.  I want to be able to
> export the report to PDF only from the CRviewer.  At present, it
> exports to any of about 30 formats.  Anyone know how to force it to
> export to a Disk File (not an application, or MAPI) and in PDF format
> only?

> Thanks in advance for your help.

--
Jason Us, B.S.
Software Engineer
William Fiske Associates / BioHeuristics
646 638 3303
132 W. 22nd St.
4th Floor #10
NY, NY 10011


Wed, 25 Feb 2004 07:01:06 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Problem using Crystal Report 8.5 to export PDF in Visual Basic 6.0

2. CR 8.5 PDF export and VB

3. Export to PDF to stream? Crystal 8.5

4. Crystal Reports 8.5 PDF Export

5. Problem exporting PDF Files with Crystal Report 8.5

6. CR 8.5 Export to PDF perfromance problems etc

7. CR 8.5 export to PDF problem...HELP!

8. Exporting To PDF, RTF using VB6 (SP4) Crystal 8.5

9. Problems with crystal 8.5 and vbscript pdf export

10. PDF export error in crystal 8.5 with windows 98

11. RightFax 6.0 and Crystal 8.5 and VB 6.0 Font size

12. RDC 8.5 and VB 6

 

 
Powered by phpBB® Forum Software