i'm having an error when executing cr.action = 1 it says.. unable to connect: incorrect session parameters.
this is my code:
cr.ReportFileName = "epan.rpt"
cr.DataFiles(0) = "epan.mdb"
cr.ReportSource = crptReport
cr.Password = "beh03272005"
cr.Destination = crptToWindow
cr.Action = 1
it's a simple crystal report.. no subreports, nothing fancy..
waiting for your replies..
