Everytime I run a crystal report it asks for my sql logon information. I have already tried hardcoding connection info and applying the database name and userid and password. Below is the code for the call to the report:
'Bind to crystal
Try
Dim crConnInfo As New...
I am using VS.NET 2003 and am creating a crystal report. I can create the report fine. I call the report and set the record source using Crystal Report Viewer in VB.NET on a form. The code for the call is below:
Dim rpt as new CrystalReport1 'My Report
Try
myconn.Open()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.