Hello

I wish to call crystal report in my VB6 Application.

For showing data report i used following code ;

Example

Date report name : datareport1
Code:
Code for showing report

Load datareport1
Datreport1.show
I have crystal report named "studentregister". please explain me how can show the

crystal report in my vb6 application ?

A.Senthil kumar