I have a crystal report (8.5) I need to be exported to other formats. I just need some sample code in VB6 that will export a crystal document to Microsoft Word, Excel or even PDF format.
The report needs to be converted when a VB program is executed, which will take this crystal report and then convert it into a word document/PDF. Everything is done on the back-end. So I would need some sample VB code.
here's what I have so far:
Dim CrAppl As craxdrt.Application
Dim Crrep As craxdrt.report
set crrep = crappl.openreport "c:\report.rpt"
this will create the objects & open the report. Now I need to export this report.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.