Hi all,
I am very new to crystal reports. I have a sample report customer.rpt which was developed in crystal reports. This reports uses Access database. Now I have developed a
VB GUI where in when i click the button Customer reports , it should show me the contents of the customer.rpt. So I heard the RDC will help to do this. But i am stuck while using the below code.
Dim CrxApp As New CRAXDRT.Application
Dim CrxRpt1 As CRAXDRT.Report
Set CrxRpt1 = CrxApp.OpenReport("C:\customer.rpt")
CRViewer1.ReportSource = CrxRpt1
CRViewer1.ViewReport
I have added the CRViewer control to my screen
But cannot see any output nor any error.
Any help in this regard ASAP is greatly appreciated