|
-
Dec 10th, 2001, 08:59 PM
#1
Thread Starter
Lively Member
Crstal Report Access password
Guys! help me.
How do i create 'Cystal Report' report from access db that has password on it(i mean my access db that has password on it). I want to call it on my vb application programe.
i used this code before setting up my db with password
Private Sub mnuLprSDP_Click()
Screen.MousePointer = vbHourglass
On Error GoTo errhandler
Dim HASIL As Integer
lpSDP.Destination = 0
HASIL = lpSDP.PrintReport
Screen.MousePointer = 0
Exit Sub
errhandler:
mesejerr
End Sub
it work but when i set my db with password, then my vb application throw me with error that said "database error".
HOw do i correct this?
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
|