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 bkrike 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 V6

  1. V6

    Sub Report - Assign SQL Query at runtime

    Hi All, It would be possible by using the following property settings crystalReport1.SubreportToChange = "sub.rpt" CrystalReport1.SQLQuery = SQL CrystalReport1.SubreportToChange = "" CrystalReport1.Action = 1 It's works well. Thanks, Venkatesan
  2. V6

    Sub Report - Assign SQL Query at runtime

    Hi all, In my application, i assigned the main report's sqlquery property value at run time. In the same way, i want to assign the subreport sqlquery at time time. I didn't know that property for doing that one. If any one of them, let me know the way of achieving that one i am so much thankful...

Part and Inventory Search

Back
Top