Hi everybody ,
I have problem working with vb6 & Crystal Report10.
I am not able to call report properly from vb6.
I am using Mircrosoft Access 2003 as backend
I have used bellow code after adding the component : Crystal ActiveX Report Viewer Library 10.0
-----------
CODE
[Dim Appl As New CRAXDRT.Application
Dim Report As New CRAXDRT.Report
Set Report = Appl.OpenReport("d:\Report3.rpt")
CRViewer1.ReportSource = Report
CRViewer1.ViewReport]
I am getting below error
-2147206429 : Invalid TLV Record
** Edit **