Since i'am new in Crystal reports i start doing small tests for understanding the proper user way but why i don't get the crystal report window with this small code ?
The report are there, maybe i miss something ?
Private Sub Form_Load()
With CrystalReport1()
.ReportFileName = "c:\files\report.rpt"
End With
End Sub
Simple code for understanding this will be very appreciate.
Thanks
Fernando
The report are there, maybe i miss something ?
Private Sub Form_Load()
With CrystalReport1()
.ReportFileName = "c:\files\report.rpt"
End With
End Sub
Simple code for understanding this will be very appreciate.
Thanks
Fernando