I am having a problem getting a simple report to run.
It's record source is a stored procedure. I created a dataset, and created the report using the stored proc as the datasource. I added a form which has the crystalreportviewer. On the form load, I invoke the report.
CrystalReportViewer.ReportSource = "report.rpt"
when I click the button that loads the form that holds the viewer, I get a login form...And then no matter what I enter, I get "login failed"...
This should be a no brainer...what the hell am i doing wrong...
It's record source is a stored procedure. I created a dataset, and created the report using the stored proc as the datasource. I added a form which has the crystalreportviewer. On the form load, I invoke the report.
CrystalReportViewer.ReportSource = "report.rpt"
when I click the button that loads the form that holds the viewer, I get a login form...And then no matter what I enter, I get "login failed"...
This should be a no brainer...what the hell am i doing wrong...