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.
thanks,
Sak