Crystal Report in VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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?
 
Back
Top