Results 1 to 1 of 1

Thread: Crystal Report 10 & VB6

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2008
    Posts
    31

    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
  •  



Click Here to Expand Forum to Full Width