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 Rhinorhino 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: AzimuthX
  • Content: Threads
  • Order by date
  1. AzimuthX

    Refresh CR in VBA (AS400)

    Dim crxReport Dim crxApplication Set crxReport = Nothing Set crxApplication = New craxdrt.Application Set crxReport = New craxdrt.Report Set crxReport = crxApplication.OpenReport("path.rpt") crxReport.Database.LogOnServer "pdsodbc.dll", "AS400 SYSTEM 2", "AS400HOST", "user", "pass"...
  2. AzimuthX

    Opening and refreshing a Crystal Report through Access

    I would like to... - open the report (how to connect through ODBC?) - refresh the report (logon to a database) - set parameters I am using Crystal Report 8.0 and Microsoft Access 2000

Part and Inventory Search

Back
Top