borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Visual Basic And Data Report)Next Topic (Make a purchase order using Crystal report) New Topic New Poll Post Reply
AndreaVB Forum : Reporting tools : crystal report error-urgent
Poster Message
maylim26
Level: Sage

Registered: 27-09-2005
Posts: 55

icon 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]

29-10-2005 at 02:49 AM
View Profile Send Email to User Show All Posts | Quote Reply
wen_dell
Level: Scholar

Registered: 17-01-2005
Posts: 44
icon Re: crystal report error-urgent

open your rpt file and check the database path location of it

____________________________
GOD IS MY SHEPERD

16-12-2005 at 12:43 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Reporting tools : crystal report error-urgent
Previous Topic (Visual Basic And Data Report)Next Topic (Make a purchase order using Crystal report) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder