maylim26 Level: Sage
 Registered: 27-09-2005 Posts: 55
|
crystal report error-urgent
Hi!
I make report using crystal report 8.5 with VB 6.0. But when i run it, pop up error message box: Crystal report: Database Error-Error opening file.File could not be opened: "tblName", at file location:"tblName"
My code like below:
Izzt got any mistake?
Private Sub Form_Load()
Screen.MousePointer = vbHourglass
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
Screen.MousePointer = vbDefault
End Sub
Private Sub Form_Resize()
CRViewer1.Top = 0
CRViewer1.Left = 0
CRViewer1.Height = ScaleHeight
CRViewer1.Width = ScaleWidth
End Sub
[Edited by maylim26 on 29-10-2005 at 02:50 AM GMT]
[Edited by maylim26 on 30-10-2005 at 11:09 AM GMT]
|