Crystal Report in VB.Net

G

Guest

I've created a Crystal Report in .net, it runs OK when in development mode or
when the user is an administrator. When put onto a normal users PC, the
report asks for a "Database login" which I don't want to appear. When I enter
the userid and password it comes back with invalid user.

The report is generated from a stored procedure, has a start and end date,
these params originate from a .net form and passed through the
crystalreportviewer coding.
 
J

Jim Douglas

If I recall, the reports created in DEV must be changed for the PROD
database, the reports knows internally that it was created against the DEV
database, you need to create the report against the PROD database, maybe
thats the problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top