Results 1 to 2 of 2

Thread: Crystal report error

  1. #1

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Crystal report error

    Moved to reporting

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