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 gkittelson 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: vava
  • Order by date
  1. vava

    Unknown Query Engine Error

    Hai, I am trying to generate a crystal report with datasource as a DataSet. public CrystalReport1 oRpt ; oRpt = new CrystalReport1(); //A DataSet dset1 is instantiated and populated. oRpt.SetDataSource (dset1); CrystalReportViewer1.ReportSource = oRpt; CrystalReportViewer1.DataBind(); On...

Part and Inventory Search

Back
Top