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 IamaSherpa 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: *

  1. complan

    Passing Parameters to CrystalReports

    While Not recLoad.EOF iXValue = rs!XValue iYValue = rs!YValue rpt.AddToFieldDetails "CaseSheetName", iXValue,iYValue rs.MoveNext Wend Problem: "rpt.AddToFieldDetails "CaseSheetName", iXValue,iYValue" Here, "casesheetName" all the record values...

Part and Inventory Search

Back
Top