|
-
Aug 29th, 2005, 04:17 AM
#1
Thread Starter
Addicted Member
Unable to retrieve Crystal Report with Password Protected Acces DB
Dim sRep As String
sRep = "RepStudentResults.rpt"
cr1.ReportFileName = App.path & "/" & sRep
cr1.WindowState = crptNormal
cr1.WindowWidth = 800
cr1.WindowHeight = 600
cr1.PrintReport
cr1.Reset
This is the code im ussing to retrieve a Crystal Report (ver 8.1) in a vb6 app. The Database i make use of is an access db that is password protected.
Im having difficulties to retrieve the report
Do i have to pass the Access pasword to Crystal somewhere or what?
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
|