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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dalketai

  1. dalketai

    CR XI subreport has empty data from ado.net dataset

    I just upgraded from CR 9 that comes with vs.net 2003. I use vb. Under CR 9 the following code worked: 1. rptBillofLadingRpt.OpenSubreport _("rptBillofLadingDetail.rpt").SetDataSource(DsOrderDetail1) 2. rptBillofLadingRpt.SetDataSource(DsOrderSelectbyOrderID1) 3. rptBillofLadingRpt.Refresh() 4...

Part and Inventory Search

Back
Top