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!

Search results for query: *

  • Users: djpatrick
  • Content: Threads
  • Order by date
  1. djpatrick

    CRPE32.DLL not found

    I have created an application in VB.NET. It works fine on my machine but when I create the install and try to run it on another one I get CRPE32.DLL not found. Does anyone know why this might be happening?
  2. djpatrick

    Data will not display in report using dataset

    I am trying to display a simple report created using a dataset. I have verified that there is data in the dataset, yet the report contains only the headers and no detail. Below is a listing of my code: Dim rpt As New ReportDocument da = New SqlDataAdapter("EXEC GetAllReport '" &...
  3. djpatrick

    Passing a parameter

    Crystal Reports is new to me so excuse the questions if they are simple. I am trying to pass a date parameter and get an error saying: Invalid parameter field value Here is the code: strProcessDate = "08/20/02" frmCreate.CrystalReport1.ReportFileName = "D:\NonDiff.rpt&quot...

Part and Inventory Search

Back
Top