|
-
Sep 16th, 2008, 08:47 PM
#1
Thread Starter
Junior Member
Crystal Report 10 & VB6
hi guyz i really need ur help... i am new with crystal report 10.. i dont know how to use it with vb6. my database was protected with password
i saw some sample coding from the net:
Dim crxApp As CRAXDRT.Application
Dim crxRpt As CRAXDRT.Report
Private Sub Command1_Click()
Set crxApp = New CRAXDRT.Application
'To View the report
Set crxRpt = crxApp.OpenReport(App.Path & "\tor.rpt")
cr1.ReportSource = crxRpt
cr1.ViewReport
End Sub
it give me error that file not found... hope u can help me... thanks and God bless
Last edited by atzthegreat; Sep 16th, 2008 at 09:55 PM.
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
|