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?
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 '" &...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.