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 gkittelson 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: sunilms
  • Order by date
  1. sunilms

    How to call crystal reports from ASP

    Set Application = Server.CreateObject("CrystalRuntime.Application") Set Report = Application.OpenReport("ReportName")
  2. sunilms

    how to call crystal reports from VB

    Dim CrystalApplication as New CRAXDRT.Application Dim CrystalReport as CRAXDRT.Report Set CrystalReport = CrystalApplication.OpenReport("ReportFileName") CrystalReport.Preview

Part and Inventory Search

Back
Top