crystal-reports-2008

Crystal Reports - Count Formula

此生再无相见时 提交于 2019-12-01 03:17:45
问题 I am developing a report in Crystal and I need to do a count on a particular field that has several different statuses. For example, I have a "StatusType" field in my report that contains values that are "In Process", "Rejected", "On Hold", or "Submitted" . I want to be able to do a count on the "StatusType" field as to how many values are "Rejected" and "Submitted" in one formula. The report is grouped by "StatusType" . I'm new to writing formulas in Crystal Reports so would appreciate some

Merge two or more Crystal Reports to a Single PDF

白昼怎懂夜的黑 提交于 2019-11-30 13:21:50
I have a CheckBoxList. If I select two or more values then the CheckBoxList SelectedValues would be passed as a Parameter one by one, and I want to generate the Crystal Report for each SelectedValue in PDF format and I want to merge all the Crystal Report PDF format into a Single PDF format. How to achieve this? So far I have generated only a single Crystal Report in PDF format. In below, I have given the Code about How I had generated the Crystal Report in PDF Format. CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();

Merge two or more Crystal Reports to a Single PDF

孤街醉人 提交于 2019-11-29 19:16:56
问题 I have a CheckBoxList. If I select two or more values then the CheckBoxList SelectedValues would be passed as a Parameter one by one, and I want to generate the Crystal Report for each SelectedValue in PDF format and I want to merge all the Crystal Report PDF format into a Single PDF format. How to achieve this? So far I have generated only a single Crystal Report in PDF format. In below, I have given the Code about How I had generated the Crystal Report in PDF Format. CrystalDecisions

How do I point Crystal Reports at a new database

百般思念 提交于 2019-11-28 17:32:05
I have a Crystal Reports 2008 user that has over 100 custom developed reports. The reports all query Sql Server databases (SQL 2005). This database server is getting replaced with a new system (running SQL 2008 R2) and the existing databases will be moved to the new server. The new database server will have a different name (which I can address via the Crystal Reports Connections), however, one of the applications is also being upgraded at the same time. The old database (DB_A) will be restored on the new server for historical reporting and a new database (DB_B) will be created. The new DB_B

Connecting MySQL with Crystal Reports v10

岁酱吖の 提交于 2019-11-28 14:23:37
I am new to Crystal Reports v10 and I'm creating reports to embed in Visual Studio 2010 forms. The database server I'm using is MySQL. I have some issues regarding to creating new connection in crystal reports. Based on what I've read, I should select the ODBC in order for me to connect it to the MySQL. However, when I select ODBC and LocalServer and enter the username and password an error message occurred and shows Logon Failed . Am I doing it right? Is there anything you could help me please? I already installed the MySQL Connector/ODBC 5.1 You need to install the MySQL ODBC Connector. .

Updating Data Provider of Crystal Reports

白昼怎懂夜的黑 提交于 2019-11-28 02:00:31
I have created number of Crystal Reports in My VB.NET Project getting data from Microsoft Access 2007 (.accdb) Database. Now, I am updating My Application with Microsoft SQL Server (.mdf)Database. How Can I Update the Data Source From Access Files To MDF Files For All of My Crystal Reports? Thanks. Unless someone has a quicker / simpler solution, here is the approach I use to get crystal reports working with MS Access in Visual Studio 2010. It is slightly more involved than the normal method of selecting a datasource, but it offers more control, is database agnostic and works where the other

80070005 Access is denied,when asp.net website with crystal report is deployed on dedicated server

老子叫甜甜 提交于 2019-11-27 08:47:29
I have an asp.net application which is displaying the report using crystal report.The application is working properly on my local PC.I deployed this application on our dedicated server and also installed crystal report run time engine on dedicated server.when i try to press the report in order to see the report,i am getting the above error.I changed the permission of folder "C:\Windows\Temp" to full controll(by choosing property of "temp" folder,full controll permission for all users(IIS-users,network..etc)).I am not sure whether this is the right way to give full control permission to this

Updating Data Provider of Crystal Reports

霸气de小男生 提交于 2019-11-26 22:04:05
问题 I have created number of Crystal Reports in My VB.NET Project getting data from Microsoft Access 2007 (.accdb) Database. Now, I am updating My Application with Microsoft SQL Server (.mdf)Database. How Can I Update the Data Source From Access Files To MDF Files For All of My Crystal Reports? Thanks. 回答1: Unless someone has a quicker / simpler solution, here is the approach I use to get crystal reports working with MS Access in Visual Studio 2010. It is slightly more involved than the normal

80070005 Access is denied,when asp.net website with crystal report is deployed on dedicated server

﹥>﹥吖頭↗ 提交于 2019-11-26 14:18:33
问题 I have an asp.net application which is displaying the report using crystal report.The application is working properly on my local PC.I deployed this application on our dedicated server and also installed crystal report run time engine on dedicated server.when i try to press the report in order to see the report,i am getting the above error.I changed the permission of folder "C:\Windows\Temp" to full controll(by choosing property of "temp" folder,full controll permission for all users(IIS