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.
1
vote
3answers
177 views
Crystal reports expoert to PDf file size is too large
here is my problem. I have an RPT file which I am exporting to PDF. when I give my entire table from my dataset and export the rpt to PDF the file created is around 25 MB. and all the statements ...
0
votes
1answer
51 views
MySQL not generating correct results using ODBC date parameter
I recently upgraded my version of MySQL to 5.6.10 (community edition on Linux), subsequently I am unable to properly run a Crystal Report that worked fine talking to MySQL 5.0.24a via the MySQL ODBC ...
0
votes
1answer
22 views
fieldname showing in seperate page when i want in same page
the crystal reports is showing firstname, lastname, job title and picture. Some employees can have more than one job title.
I have done a test page. I have created one record where employee has two ...
0
votes
0answers
31 views
crystal reports using visual studio 2010
I have created one formula with name WeekGrouping and other formula with name Day1Hours using formula1
Code for formula WeekGrouping
Date1 := DateValue({?pFROMDATE});
Date2 := ...
0
votes
0answers
55 views
how to scale picture in certain dimensions in crystal reports
I have a report with dynamicaly loaded picture.
Size of the picture is unceratin so I have to allow growth of the picture but its also forbidden to growth over lets say 300px in width and/or height.
...
0
votes
0answers
34 views
crystal report print directly on remote desktop
I have an issue in my VB6 application. App use Crystal Reports 8.5. In order to redirect some report to different sites I use a table with printer name and printer port. All works ok when the ...
0
votes
0answers
43 views
Crystal Reports 2008 using Visual studio 2010
enter code hereI have creted one formula with name WeekGrouping and other formula with name enter code hereDay1Hours enter code here using formula1 enter code hereCode for formula WeekGrouping
...
0
votes
2answers
21 views
I am trying to create a formula with multiple parameters that may or may not have a value entered
I am trying to create a formula with multiple parameters that may or may not have a value entered.
The database field and corresponding parameters are:
...
0
votes
2answers
87 views
Change values displayed in Crystal Reports Group Tree
Is there a way to configure or change the values displayed in the Group Tree displayed on the left in the crystal report viewer?
I ask because in the report I am grouping id numbers, but I display ...
0
votes
0answers
52 views
How do we identify parameters that has been mapped to a crystal report from c#
I have to write a scheduler to schedule the crystal reports to run a specific time. The parameter values for the report are dynamic(change according to the requirement). I was able to identify many ...
1
vote
1answer
62 views
Barcode Doent Scan, Need a Barcode Font
Could anyone help me out with barcode font. I have been using C128bHc and Free3of9 font to produce barcodes from numeric values to be used in Crystal Reports. But they dont scan. I dont know what ...
0
votes
0answers
46 views
How to disable dynamic parameter validation in Crystal Report?
The objective is that I want to filter the report with dynamic parameters and also want to use OR(||) condition.
Currently, If I didn't select the parameter then show me the message 'The value is not ...
1
vote
0answers
21 views
Shared variable content lost through drill down
Using the latest version of crystal report.
In my page header I have a subreport that fetches some dates into a shared date variable.
In one of my grouping I have a Hidden section, therefore only ...
1
vote
0answers
89 views
Crystal Report text object alignment changes at runtime
Im using Visual studio 2010 and crystal report 13. When I design the crystal report the alignment of the text object looks perfect. But When I execute, the text object alignment changes. Can any 1 ...
0
votes
1answer
115 views
Crystal Report issues with multiple SQL tables
I have to make a report that sums the value of two different tables, and I'm using CR on VB, what I have is two fields named value from two different tables, the table Products and the Table Services, ...
0
votes
1answer
232 views
Crystal Reports - Two stub check detail section repeating on multiple pages
I have a Crystal Reports - AP Check report that is in the format Stub-Check-Stub:
The two stubs present identical details of the check (invoices paid, etc.), with a total of invoices at the bottom ...
0
votes
2answers
86 views
Crystal Reports: How can a not on-demand subreport be displayed as a link in the main report
I am struggling to fix a subreport where data is obtained at the point when the main report is generated and the subreport to be displayed as a link, similar to an on demand subreport.
The issue that ...
0
votes
2answers
78 views
Printing Report Footer At the End Of Last Page(Detail Section) In Crystal Report
I am working in Cystal Report 10. I have a requirement to print the Report Footer To The Remaining of Last Page(Of Details Section). In my case the report footer is being printed on the new page.
...
2
votes
1answer
66 views
Crystal repo download - ExportToHttpResponse is downloading file without extension
rptDoc = new ReportDocument();
rptDoc.Load(Server.MapPath("~/Reports/Rpt/CallPendingReport.rpt"));
rptDoc.SetDataSource(dtData);
Session["ReportDataSet"] = rptDoc;
...
0
votes
1answer
51 views
crystal reports location outside exe
I wanted the user to have freedom to change the layout of crystal reports at runtime...but as I didnt get any solution for this. I want to place the crystal reports outside the exe file so that user ...
0
votes
0answers
45 views
How to show conditional data in Crystal Report?
I am working on Crystal Report based reciept that is generated on run time. On that process I have to perform a couple of things:
1- Printing of two reciept in a single go
2- Showing different text ...
0
votes
1answer
63 views
Setting crystal report text field on FormLoad
I am using Crystal Report's Crystal Report Viewer on Winforms. On my report there is a text field name recptNumber. I put a viewer on WinForm. What I want to set value of it when form loads. I can ...
0
votes
1answer
83 views
ASP.NET - How to pass value for paramters in Crystal Report?
I found some ways by search google but it's not work for me. Here is my code:
thongkedonhang rpt = new thongkedonhang();
ParameterFields pfields = new ParameterFields();
...
-2
votes
1answer
86 views
Combined cumulative for each row and each column in sql server? [closed]
I want to add a column in my table, for example to calculate the Combined cumulative :
a b c d newcoulmn
50 0 0 0 50
0 7 0 0 57
0 0 ...
1
vote
0answers
51 views
How to get the “next” record from the datasource during for processing the current record
I am migrating an existing report build by Crystal Reports to JasperReports and that report is using this Not (Next ({id}) = 1) expression to suppress a Group Footer.
My question is : How can I ...
1
vote
0answers
91 views
Cannot find KeycodeV2.dll, or invalid keycode
I have a legacy application developed in vs2003 and crystal report 9 web based and installed on windows xp and its running very fine, I want to move this application from windowsxp to window2008 ...
0
votes
0answers
140 views
Add a new Crystal Report to a Visual Studio 2012 project
I have already installed Crystal Reports for Visual Studio 13.0.5 on my machine, but I do not see an option for me to add a new Crystal Report to my project in Visual Studio 2012. What step am I ...
0
votes
0answers
23 views
Crystal reports 2011. Conversion of MDAC Command with embedded call to stored procedure to Oracle Server
Help Please!
We are in the process of migrating a solution to 64 bit and we have a number of standard reports that no longer work. They appear to be those that utilise an MDAC connection type (as ...
0
votes
1answer
90 views
Crystal Reports in ClickOnce deployment
My application needs to print a Crystal Reports report. It does not show a preview, just takes two parameters and shows a print dialog to set the printer. It works fine on computers that have Crystal ...
0
votes
1answer
48 views
IF function in Crystal Report
Is it possible to have substring/left and if function in crystal report?
I mean like I want to get the first 2 characters of my name_column
then if the substring of the name_column is 'XO' then I ...
0
votes
1answer
490 views
How to use interactive sorting in rdlc Report in C# Asp .Net VS 2010
Using the below Step i have try for shorting column but not success
1. On the report design surface, in a table with no groups, right-click the text box in the column header to which you want to add ...
0
votes
0answers
86 views
Crystal Reports: Error in instantiating report documents in Windows 8
Does anybody experience error in instantiating a Report Document in windows 8? It would throw this exception: {Unable to evaluate expression because the code is optimized or a native frame is on top ...
0
votes
3answers
58 views
Using report parameters in record selection
I have a Java application the invokes Crystal Reports through its Java libraries. One of the reports has the following clause in its record selector:
and ({DriverMotionView.GROUPID} = ...
0
votes
2answers
150 views
Crystal Reports : Crosstab refuses not to paginate
I am using Crystal Reports 11 (XI) and I have a crosstab that has quite a few rows to it. Its publishing format is to Excel, so pagination doesn't really even make sense. However, no matter what I do ...
0
votes
1answer
75 views
Is there a better way to do this ?
SO here it goes. I have a model of dataset that works just fine and it imports data from database and gives it to crystal report. this solution works but it is very time consuming I was wondering if ...
1
vote
1answer
400 views
c# crystal reports database logon error when deployed (works fine on dev-machine)
i've created a crystal report (version 2008) to extract data from a sql 2008 server. has about 10 subreports. works perfectly fine in the crystal designer.
now i wanted to write a small c# programm ...
0
votes
3answers
411 views
Crystal Reports load reportDocument failed
I use crystal reports on vs 2010 c#, and i create pdf files using rpt documents of CR.
I put this code on windows service,my code works normally for 30 - 40 times but then memory is rising per +5 +7 ...
1
vote
1answer
239 views
Difference between SSRS and Crystal Report [duplicate]
I'm going to develop an application...Just wondering...
What are the difference between SSRS and Crystal Report?[Visual Studio 2010]
Can you provide pros and cons?
1
vote
1answer
67 views
crystal reports using one column for multiple formulas
Ok....I will try to explain this as best as I can....
I have an SQL query that is pulling back the correct data that I need for a report.
This is something of what it looks like
sample ...
0
votes
0answers
62 views
parse data Row by Row to crystal Report
been stuck on this for over a day. I need to find a way to pass Data from dataset/ data table into crystal report and export in to pdf file one at a time.
here is a little bit about the dataset. ...
0
votes
1answer
82 views
Application with Crystal Reports
I have created an application which includes Crystal Reports (basic edition 10.5).
If I install it on computer which have Visual Studio installed, all work fine.
If I install it on the computer where ...
1
vote
1answer
79 views
which is better crystal report or creating PDF for final report [closed]
I have extracted PDF with font color, font family font weight and font style of a text. I am supposed to make a report which includes details which are extracted values in the report. The size of PDF ...
0
votes
1answer
146 views
Print Crystal Report without converting to pdf in asp.net
I want to to print my Crystal Report without converting to .pdf. When user clicks on print button, it simply open print view of browser.
0
votes
0answers
115 views
How to get the Sum in Cross tab in Crystal reports
I am using Cross tab in Crystal Reports for getting dynamic generation of rows and column.
And i need the total summary in the summary field.
I am not able to find the sum function there. I am ...
1
vote
0answers
37 views
Case Sensitivity in Crystal Reports
In crystal Reports 8.5, I need to make first letter upper case and remaining lower case.
For example if I have data from Sql Server as GURUKIRAN VASUDEV NAYAK it should display in report as ...
0
votes
1answer
65 views
How to show Crystal Report preview without SQL Server log in authentication?
In asp.net 4.0, when we create report in Crystal Reports using ADO.NET objects, we face a problem that after successfully creating the report preview, the report wants a user id and password for SQL ...
1
vote
1answer
144 views
Populating unbound field in crystal report
I have a crystal report with these fields:
-Name
-Other
The field 'Other' is not a database field, so I added it as an unbound field.
Then I have this code in my controller:
DataSet ds = new ...
0
votes
0answers
33 views
Supression formula for a nuber of records with condition?
I created a sort of calendar for a report and I have data on a table that is in the format classid, date of class and other info (Attendance). I also have another table that has dates and days tied ...
1
vote
1answer
174 views
How to install CR10 runtime on win7 64bit
I'm using the Crystal Report 10 viewer ActiveX control in an Access App I've written. Works great in Office 2003 on 32bit versions of Windows. The problem arrises when I try to run the program in 64 ...
0
votes
0answers
130 views
SAP Crystal Reports in toolbox does not exist VB.NET 2010
i have problem with my project,
i using Windows 7 enterprise 64 bit, and Visual Studio 2010 64 bit, i was Install SAP Crystal Reports Run time 64 bit in my notebook, but when i was open my Visual ...




