-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all
When i try to deploy crystal report application on sharepoint server i get the following error
The vs2008 application works fine locally.But when it is deployed on sharepoint server it gives this type of error..Plz help
Unknown Query Engine Error Error in File C:\WINDOWS\TEMP\EmpReport…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Good Guys,
I need your help. Please help me as I am a newbie using VB.NET.
I have been asked to transfer DATAREADER rows into Crystal Report DATASET1.XSD
Here are the coding
Private Sub BtnTransfer()
dim strsql as string = "Select OrderID, OrderDate from ORDERS"
dim DS as new dataset1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Please help me as I am a newbie using VB.NET.
I have been asked to transfer rows from a DataReader into a Crystal Report dataset.
Here are the coding:
Private Sub BtnTransfer()
dim strsql as string = "Select OrderID, OrderDate from ORDERS"
dim DS as new dataset1 '<---crysal report dataset1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I hav visual studio 2008 project and in client computer in crystal report there occurs error and the message is "CrystalDescision.CrystalReports.Engine, Version=10.5.3700.0,Culture=neutral..."
so how can i load cyrstal report without installing visual studio 2008...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to obtain the Oracle package name used for a Crystal report data source using .NET code.
I have obtained the procedure name, but for some reason I can not find the package name.
Dim rpt as new ReportDocument
rpt.Load(filename)
Dim procedureName As String = rpt.Database…
>>> More