|
-
Jan 7th, 2008, 05:28 AM
#1
Thread Starter
Hyperactive Member
Crystal report error
i have created report in crystal 8.5 using database file of ms access
while calling from vb6 i am getting
Error
Error in file c:\add\list.rpt
Unable to connect : incorrect session parameter
Private Sub sscmdprint_Click()
cr1.ReportFileName = App.Path & "\list.rpt"
cr1.DataFiles(0) = App.Path & "\AddBook.mdb"
cr1.Password = "TITAN"
cr1.WindowState = crptMaximized
cr1.Action = 0
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|