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 strongm 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. Shakhawat

    Increasing Width in Crystal Reports

    Try to change paper size (e.g. from A4 to Legal) according to your need.
  2. 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