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: *

  1. djpatrick

    CRPE32.DLL not found

    Thanks, I will check out the papers. I have concluded however that .NET is pulling files out of the 1.0\bin rather than the 2.0\bin. When the bin directory is created it is created under 1.0. If I change it to 2.0 I get a little further. If I copy the contents of 2.0 to 1.0 it works. The...
  2. djpatrick

    CRPE32.DLL not found

    I have recently started using .NET and don't really know what I am doing yet. We have Crystal 9 Dev and now with .NET have the Crystal that comes with it. I think part of the problem is that an older crpe is being added to the project, however, I can not figure out how to get the newer...
  3. djpatrick

    CRPE32.DLL not found

    I am using Windows 2000 and have Crystal 9 Dev on my development machine. The file does exist on the box in question in C:\Program Files\Common Files\Crystal Decisions\1.0\bin. The user does have access to this file.
  4. 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?
  5. 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 '" &...
  6. 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...
  7. djpatrick

    Urgent help needed with Crystal issue: AddADOCommand

    I just talked to the people at techincal support and they said that it is an open issue. And that using Tables.AddTable was an alternative solution. I looked it to this and it looks like it might work Ok if you don't need to pass any parameters. Unfortunatly I do. I am still looking for a...

Part and Inventory Search

Back
Top