Thank you for your response MisterMo. You'll have to forgive my ignorance in using Crystal being as this is the first time. I did get around this error though by just creating a user on SQL server that matched my domain user name and password. And then I switched the Crystal Report and...
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.