I have created a report in Crystal and it runs fine and comes up in the
viewer and everything is great in my little world, EXCEPT:
It always prompts me for a password to the database, even after I extended
my code to include:
Private Sub frmReportViewer _Load(ByVal Sender as System.Object, ByVal e as
System.EventArg s) Handles MyBase.Load
Dim MyReport as New rptFinishedGood s
MyReport.SetDat abaseLogin("try ingtofind","the answer","CSISQL ","CSI")
Me.CrystalRepor tViewer1.Report Source = MyReport
End Sub
What in the world am I doing wrong?
viewer and everything is great in my little world, EXCEPT:
It always prompts me for a password to the database, even after I extended
my code to include:
Private Sub frmReportViewer _Load(ByVal Sender as System.Object, ByVal e as
System.EventArg s) Handles MyBase.Load
Dim MyReport as New rptFinishedGood s
MyReport.SetDat abaseLogin("try ingtofind","the answer","CSISQL ","CSI")
Me.CrystalRepor tViewer1.Report Source = MyReport
End Sub
What in the world am I doing wrong?
Comment