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 Wanet Telecoms Ltd 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: Shakhawat
  • Content: Threads
  • Order by date
  1. Shakhawat

    Passing Recordset to a Crystal Sub-report from VB6 at Runtime

    In my project, I have to change record source at run time. I can do this in case of single report in the following way: dim Report as CrystalReport1 dim rs as new adodb.recordset Set Report=New CrystalReport1 rs.open "SQL statement...." Report.Database.SetDataSource=rs...

Part and Inventory Search

Back
Top