Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KKoos
  • Order by date
  1. KKoos

    CR: Logon failed

    Try setting the ado.dataset that you created as the DataSource crReportDocument = New ReportDocument crReportDocument.Load("c:\label\label2.rpt") crReportDocument.SetDataSource(DsSerial2) CrystalReportViewer1.ReportSource = crReportDocument It seems to have fixed the problem for me.

Part and Inventory Search

Back
Top