in Crystal Report
Set Location Again
in
VB
Private Sub btnShowCrystal_Click()
CrystalReport1.Destination = crptToWindow
CrystalReport1.ReportFileName = "C:\RepC01.rpt"
SQL = "SELECT * FROM DB"
CrystalReport1.SQLQuery = sSQL
CrystalReport1.Action = 1
End Sub
If not work then install Crystal8runtime.exe
If you can't found it tell me about your email
[email protected]
Thank you