hi,
I am using VB6, Access database and Cr 8.5
In my vb application when i declare
Dim CrAppl As New CRAXDRT.Application
i am getting error "user define type not defined" what reference or components i need to set to open my crystal report file????
Printable View
hi,
I am using VB6, Access database and Cr 8.5
In my vb application when i declare
Dim CrAppl As New CRAXDRT.Application
i am getting error "user define type not defined" what reference or components i need to set to open my crystal report file????
The project needs to reference the Crystal Reports 8.5 ActiveX Designer Runtime Library. You will probably want to add the Component called Crystal Report Viewer Control (in order to preview the report from within your vb app).
Yes It works fine :) thanks a lot