Crystal Reports is a report writer that operates as a stand-alone report designer, an integrated part of Visual Studio, or part of SAP's Business Objects Enterprise suite.
0
votes
0answers
3 views
unable to load crystal report in windows server 2003
I am using crystal report with asp .net. It is running fine on development machine but when deployed on server it is not working. when i try to debug i find that ReportDocument.Load Method not ...
0
votes
0answers
8 views
failed to export report using specified. please check your options
i have this error failed to export report using specified. please check your options
when I try to export to .pdf or .xls or any format. It's fine when I run in my PC that use IS 7.0, windows 7 and ...
0
votes
0answers
13 views
Crystal Report unable to generate in VS 2012
Bobj is undefined error when I used debug in VS 2012. tried everything but I am running out of ideas why my crystal report is unable to work.
web.config
<?xml version="1.0"?><!--
For more ...
0
votes
0answers
10 views
Crystal reports designer?
Is there a way that i can add a designer add-in to my desktop app so my client can drag and drop items from a premade base report to his own desing. Note : the client does not have it knowlogde
0
votes
1answer
8 views
How to repair "The type 'CrystalReportsFile' already contains a definition for 'Parameter_name' on ASP.NET C#?
I have been encountering this exception when I try to either run or rebuild a solution containing a Crystal Reports File.
The error is in a file that is located in
...
0
votes
1answer
7 views
how to include two copies of crystalreports in a single page?
I am developing a software in vb.net.I am using crystal report in visual studio 2010. Where I have to print two copies of Invoice in a single page. One for customer and another is for office records. ...
0
votes
0answers
9 views
Crystal Reports Sort by difference of sub groups
I'm looking for a way to sort a group by the difference of it's sub Groups
For example, Ticket is a group, Week is a group under ticket,
Ticket A : Total 100 Tickets, Difference 10 tickets
Week 1 ...
0
votes
0answers
11 views
How do I use the functionalities of the CrystalReportViewer in ASP .NET?
I am able to show the report on my web page, however, if I click any of the buttons on the report, nothing is happening.
For example, if at the top, it shows me the page number. If I try to go to a ...
0
votes
0answers
8 views
Can I pass in a parameter from an application to a Cascading Parameter - Crystal Reports?
We have an application that passes in a parameter to our reports so they pop up automatically based on the pass in. This works great for all the reports that have a static parameter.
I have a new ...
0
votes
1answer
10 views
Crystal Reports - Pulling back field does not have text in field
I have several tables linked together in Crystal and can pull back the correct information needed so far.
I am now trying to filter a field and pull back records on how we contact our clients with a ...
1
vote
1answer
14 views
Crystal Reports - Dynamic Cascading Parameter based on another parameter
I'm using Crystal Reports 2008 and have a cascading parameter that pulls data from a table that has ~35,000 rows. It creates entries off of 5-6 different columns which can total about 12,000 rows. ...
1
vote
1answer
11 views
Using shared variables in a Group Name Formula in Crystal Reports
In Crystal Reports I am trying to use a shared variables in a group name formula.
When I include whileprintingrecords; I get error "The formula cannot be evaluated at the time specified"
When I ...
-2
votes
1answer
10 views
How to create Table in Crystal Report
Create Table in Crystal Report
I am newbie to Crystal Report, and i am using Crystal Report 2008. I want to know, do we have table object in Crystal Report.. so that i can draw a table with ...
3
votes
1answer
24 views
Bind sub crystal report
hii i am new in crystal report can anyone help me to know..
How to bind crystal report and sub crystal report using two datatable in one dataset
i Use this to create a crystal Report. But Don't ...
0
votes
3answers
31 views
How to load two data table to same Crystal report in c#?
private void btnPrint_Click(object sender, EventArgs e)
{
Report crt = new Report();
DataTable dt = new DataTable();
dt = dba.getToForPrint(txtTONumber.Text);
dt = ...
0
votes
1answer
22 views
How to clear Recently Used Reports in Crystal Reports 2011
Is there a stackoverflow forum, which could answer Crystal Reports 2011 queries?
I'm looking for instructions on how to clear the Recently Used Reports list on the first page.
Thank you.
0
votes
0answers
16 views
How to encode http code into pdf
my parameters will be something like Sky&, i wound like to display it in Sky& instead of Sky&
do crystal report pdf have decoder functions like HttpUtility.HtmlDecode ?
Case ...
0
votes
2answers
15 views
Crystal Report - How to sum by item number during a time period
I am wondering if we can sum by item number which looks like sum(quantity, item#) but I don't know if I want it to sum the quantity specific from date A to date B how can i do that. Please let me know ...
0
votes
0answers
5 views
Crystal Reports Server Development Server does not show dynamic images
We have a production BO Enterprise 3.5 SP5 and a development version.
When I run reports in production, the embedded image displays fine.
When I run the same report in development, the image does ...
0
votes
0answers
22 views
Crystal Reports 2011: Bobj is undefined
I'm having issues with this error and as a result Crystal Reports will not display. I've looked through Google results and posts here on SO, but have been unable to fix the issue. As a heads-up: my ...
2
votes
1answer
23 views
Break string into two parts on basis of the field width in crystal report
I am currently working on desktop application. I want to convert currency into words. I did it successfully.Now I have two field objects of crystal report. one with width 4000 twips and another with ...
1
vote
0answers
20 views
Crystal Reports 8.5 error when loading subReport
I have a VB6 application which prints some reports. One of the reports has subreports inserted by code.
The function who loads the subreports is this:
Public Function loadSubreport(destSection As ...
-1
votes
0answers
18 views
Grouping Expert, Current date against start date
I am having trouble grouping certain results in a work in progress report that arranges by start date, I have grouped using fixed values before but because the dates keep moving I am unsure what to ...
0
votes
1answer
10 views
Crystal XI Conditional Print of Sections in Page Header
I am working with a Crystal XI Report. I have the layout of the report like below....
Page Header a: Shows Property Number
Page Header b: Shows Property Summary
Page Header c: Shows Park ...
3
votes
0answers
34 views
Updating Data Provider of Crystal Reports
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.
...
0
votes
1answer
16 views
Can CRRuntime_64bit_13_0_2 run without .Net 4.0?
Could you please tell me what are the requirements for running SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit)?
-Does .NET 4.0 must be required?
-Does .NET 3.5 or 3.5 SP1 support ...
0
votes
1answer
40 views
How can i display all current rows from datagridview in crystal report using vb.net
I have small issue with my datagridview and crystal report
I am using this code for display my crystal report but my problem is i can display only one row from data grid view
I want to print all ...
0
votes
0answers
13 views
Crystal Report Showing error when deploying on server
I have some rpt file in my web app and while running on development machine it works fine, but when i'm hosting on server (My domain with mochahost) i'm Receiving this error
Server Error in '/' ...
0
votes
1answer
21 views
Cannot load the data from SQL Server database to Crystal Reports c#
I am working with Crystal Reports in C# using a SQL Server database, I cannot proceed with my project because I am getting an error
Load Save Report Exception
on the line which I am going to ...
0
votes
0answers
14 views
Corrupted Report with Crystal reports
I have a web application (asp.net 2.0 using crystal reports) on production enviroment, it was working fine with 2 weeks but suddendly the reports after downloaded became corrupt, the application is ...
0
votes
2answers
27 views
This field cannot be summarized in crystal report errors
I was be able to output a crystal report and this is about accounting logic.
some of the column appear in my crystal report is eg.
accountname debit credit
cash..........1000...300
I want the ...
0
votes
0answers
29 views
How to print cheque using crystal report?
I got a problem here. I am printing continuous cheque using crystal report. My cheque Height is 8.9 cm and Width is 27.9 cm. When I am printing using crystal report then it exports nicely to PDF but ...
0
votes
0answers
12 views
Crystal Reports Print at New Page After disabled for Page Footer
This is driving me nuts. Somehow the Print New Page After option is unchecked in my report. I'm not sure what I've done to make this happen, but I believe this is creating an issue that won't allow ...
0
votes
0answers
9 views
Crystal reports in Maven
We have reports in Jasper and CR (contains sub reports, Group controls) and it displays and runs fine in Spring and JSF. We then tried to build into an .ear file using Maven; a few of our CR reports ...
0
votes
1answer
13 views
Repeating objects horizontally in crystal reports?
I am developing an application that generates ID cards. I am using C# and Crystal Reports 2012 to do this. When I generate the ID Cards the report comes out fine. The ID cards are repeated ...
0
votes
2answers
35 views
SQL fiscal periods over multiple years
I am writing a command for Crystal reports in Oracle SQL Dev and i have ran into a problem. My User wants to have parameters that allow them to use a starting year/period in the format 'yyyymm' and ...
0
votes
1answer
8 views
Formatting Vertical Details Lines in Crystal Reports
I'm using Crystal Reports for VS 2008 and having trouble formatting vertical table lines in the details section.
Too Short
When I adjust the height of the line to exactly the height of the bottom of ...
1
vote
0answers
23 views
Merge vertically 2 cells with crystal reports
I am using Crystal Reports with Visual Studio 2010. In my report, I have a cross-tab with Users for group rows, Dates for group columns and ID of the Task for summarized fields. I want to merge the ...
0
votes
0answers
23 views
Issue in Crystal Report while placing blob field stored in database
I have some reports in which I am placing images stored in the database. For some reports its coming correctly and for some I am getting the following error
Type 'System.String' cannot be ...
0
votes
1answer
22 views
Insert page break for each month in crystal report
I am working on crystal reports in c#.
while printing sales report I want to insert a page break for every new month.
0
votes
0answers
9 views
ASP.NET cannot open network share crystal report
I have a asp.net website.
I want to open a crystal report which is in a internal network share folder of another server. I set the share permission as "read" for everyone.
(eg. ...
0
votes
1answer
17 views
Crystal Report - First record or second record of a group
I have a one to many records relationship and want to convert it into one to one. Here is the example:
a 1
a 2
b j
b p
b k
b 4
c
d 0
d 1
d v
d 6
and I want to pull the first record of ...
0
votes
1answer
36 views
export as a pdf file using crystal report
I have code sample here, I can save as a PDF file directly but what I want to do is to show client first pdf file, and allow users to save it. How do I achieve this?
ReportDocument rpt = new ...
0
votes
1answer
14 views
A Subscript Must be Between 1 and the Size of the Array
i am receiving "A Subscript Must be Between 1 and the Size of the Array" for below code in crytal report. Please help!
'To Use Multiline if Basic Syntax was used
Shared Cust_Ids() As Number
Shared ...
-1
votes
2answers
14 views
Crystal Reports 11 “Field name is not known” error after adding more subreports
I am honestly at a loss here. I have a Crystal 11 Report that I want to update, with C++ as the code base. I only added some extra subreports and followed the same style as the previous ones, but now ...
0
votes
0answers
17 views
Crystal report field is showing up haphazardly
The red rounded fields show the haphazard representation of data
The data is non English.
Any help or further questions would be appreciated.
0
votes
0answers
21 views
How to identify last row with a specific property?
I'm having a problem regarding to suppress or not to suppress a specific section.
The syntax is looking like this so far:
if Next({Command.property}) = "foo" and {Command.property} = "bar" then
...
0
votes
1answer
25 views
Using parameters in Formula Fields in crystal report
Is it possible to use parameters in Formula Fields in crystal report ?
Somthing like
SELECT (SELECT SUM(GROSS) FROM InvoiceHeads WHERE DocDate < {?FromDate})
Or how should i manage something like ...
0
votes
0answers
17 views
Nullable<int> in EF model class not visible in Crystal Report.
I am using crystal reports with EF model classes.Now, in one of the model class there is a column with type Nullable.I am using crystal reports database manager and creating connection with the model ...
0
votes
1answer
24 views
hide and display selected column data
i am doing crystal report, users request to do something like only display data that already checked
date from [calendar]
date to [calendar]
show data before [Checkbox]
show data after [Checkbox]
...


