Most voted "crystal-reports" questions
Crystal Reports is a tool that allows the creation of reports. It can be applied together in languages like Visual Basic, languages . NET or directly in web applications or its own syntax, Crystal syntax. Crystal can also receive your data from a program, via a Recordset or else connect directly to a relational database, such as Microsoft SQL Server, Sybase or Oracle to fetch your data.
Learn more…70 questions
Sort by count of
-
6
votes2
answers2788
viewsHow to create a report with Crystal Reports parameters?
How to create a report with parameters in Crystal Reports? Create the report for me has no problems, but now I need to filter it according to some parameters of the system table. Can someone help me…
-
4
votes1
answer624
viewsFormat text in Crystal report
Well I’m needing to print a bankroll with following. Our number should look like this 15/200020-3. That same number is saved in the BD thus: 152000203. How do I put the bar in the 3rd house, and the…
-
4
votes1
answer1448
viewsHow to toggle lines of a report with custom colors Crystal Reports and C# winforms?
In the report I’m doing, I’ve managed to alternate colors by doing the following: Access to the Menu: Crystal Reports - Report - Section Expert Select the section Details and click on the tab Color…
-
3
votes2
answers192
viewsValue based on another field (Crystal Reports)
How do I get the Valor Unit of the last purchase in Crystal Reports in a resulting table as the following? +-------------+---------------+------+------------+---------------+ | CodItem | DataCompra…
-
3
votes1
answer430
viewsCrystal Report Runtime is crashing
Hello I am trying to fix an error in my application, I used FUSLOGVW.exe to know which dlls were missing are wrong. It is returning me this msg: But the dll msvcm80.dll hand is part of my project,…
c# windows visual-studio-2012 crystal-reports runtimeasked 9 years, 4 months ago Fabrício Mendes 843 -
3
votes1
answer623
viewsChange default printer c#
I am working on a solution where I need to change the default printer for a label printer to print and return to the previous standard printer. Would anyone have any solution to this?
-
2
votes0
answers208
viewsHow to set parameters in a Crystal report
For example: I want to generate an employee report that I select, and in the report this generating only the employee registration 1, independent of the selected employee.…
-
2
votes1
answer257
viewsCrystal Report with LEFT JOIN and WHERE
I’m having a problem making one LEFT JOIN in Crystal Reports. From what I’ve researched, it’s a classic SQL problem when using criteria WHERE crossing with the LEFT JOIN. I tried to solve every way,…
-
2
votes3
answers389
viewsHow to find a string in a Crystal Reports file in windows
Basic situation : Crystal Reports of a directory use in some cases Stored Procedures as the Data Source, if I try to locate a Stored Procedure that exists say "My_procedure" by the Windows Find in…
-
2
votes0
answers68
viewsCrystal Total with databse field that changes on each group
Good I intend to copy inside the same Crosstab the value of 1 cell to another How do I do How to do this Collusions
crystal-reportsasked 8 years, 11 months ago user36342 21 -
2
votes0
answers159
viewsTake Crystal Report parameter value
As I would to take the value of a variable of type Parameterfields, where by debug I can visualize as below, where in the case would be value = "000000609", to pass to another of type string ? dim…
crystal-reportsasked 9 years, 5 months ago neibala 31 -
2
votes2
answers232
viewsHow to Suggest Name when Saving Crystal Report
Does anyone know how to suggest name when saving Crystal Report C#, in the dialog box, windows form? The format already managed to restrict...: crystalRVEditoraNomeComeca.AllowedExportFormats =…
-
2
votes0
answers448
viewsDynamic parameter limitation in Crystal Reports
I created a report in Crystal Reports that will display the data of a Project generated in the SCIA system. The user must select the Project to be issued in the report in a list of values of the…
-
1
votes2
answers957
viewsLoading a report in Web Forms
I intend to generate some reports in my application and I am using Crystal Reports. The Report itself is correct but I can’t load it on my page (.aspx). Follow the Load event code of my application:…
-
1
votes1
answer1292
viewsFill a parameter field in Crystal Reports
I have a report from Crystal Reports where I must pass parameters for the search, however one of these parameters must come filled with a default value that is nothing more than a field of type memo…
-
1
votes1
answer690
viewsSorting in Crystal Report with sub reports
I have in my report 2 subs reports but I want to sort by the field "Student" of the Main Report but I’m not succeeding, even though I already bringing from the query it ordered with I would like. I…
-
1
votes1
answer1710
viewsGROUP BY and SUM at Crystal Report
I need to do something relatively simple with Crystal Report but I’m not getting it. I have a report like this: OP | CLIENTE | PREÇO 1 João 10 1 João 20 1 João 30 2 Marcelo 15 3 Rodrigo 35 3 Rodrigo…
-
1
votes1
answer1467
viewsApplication with Crystal Reports does not find database in client
I made a small application that uses Crystal Reports to generate reports. I did the . EXE of it with Instalshield LE, installed it on my PC and spun beauty. However, when installed on another…
-
1
votes1
answer574
viewsGraphics with Crystal Reports
Good morning! I have a report that shows sales performance per seller compared to periods. I would like to plot this data with a line chart as follows: Eixo vertical (Y): Soma de valor de venda (por…
-
1
votes1
answer314
viewsDLL Error Report Crystal Reports
I’m trying to generate a report on 'Crystal' in my company’s system programmed on VB6. However, the following error appears in the annex. I searched on this DLL, but the answers I got didn’t solve…
-
1
votes0
answers93
viewsShared variable in the same section - Crystal Reports
Is there any way to use a Shared Var in the same section of the Main Report where the Sub-Report is?
-
1
votes1
answer435
viewsDynamic grouping in report
I currently have several reports in my system, and the same report can have several groupings, that is, it is exactly the same, but I have a grouping by another field type and most of the time this…
crystal-reportsasked 9 years, 1 month ago Eder 66 -
1
votes0
answers104
viewsCrystal Reports - RTF vs HTML
I am generating several reports with Crystal Reports, and as I could notice there are basically two ways to interpret formatted text (RTF and HTML). Taking into consideration the different styles,…
-
1
votes0
answers74
viewsDoes not align zeroed value to report c#
I have a report from Crystal Report C# on VS2015. In fields that are decimal when the value is reset the report exits with a blank space after the decimal places. When it’s not zero: | 100,00| When…
-
1
votes1
answer89
viewsHow do the text of a cell occupy two lines within the same cell in Crystal Reports with C# winForms?
I’m creating a report with Crystal Reports. It’s working, but it has the following problem: When the content of the cell is larger than its space, a part of the content does not appear. How do I…
-
1
votes1
answer1147
viewsMy Crystal Report always appears blank
Utilizo Visual Studio 2012 Ultimate and the latest version of Crystal Reports. But every time I run the page, even on localhost the report comes blank. By displaying the page’s source code I can see…
-
1
votes1
answer319
viewsproperty with Crystal Reports Objects List
I have the following classes: public class objeto1 { public string Descricao {get;set;} public List<objeto2> Objeto2 {get;set} } public class objeto2 { public string Descricao {get;set} public…
-
1
votes0
answers152
viewsBlock viewing and editing of Crystal Reports' RPT file
I have an application in C# and created some reports that are in the application folder, the problem is that if someone copies the report files (.rpt) the same if you have Crystal Reports installed…
-
1
votes1
answer342
viewsDatabase Login when generating report in Crystal Reports VS2008 - VB.NET
Good morning late evening I already know that there are some topics related to this same issue that I am raising, but none participated in exactly the same conditions that led to the same event, as…
-
1
votes0
answers243
viewsCrystal Report set value text size in a graph
I am using Crystal Report version 13 in an application with Aspnet Webforms. I am developing reports with graphics and displaying the value of "data labels". My problem is that I can’t modify the…
-
1
votes0
answers58
viewsDate Filtered Crystal Reports Export (C# Mysql)
I have a Crystal Report object that is bringing the records of a View from a Mysql database. I need these records to be exported to a CSV file and I got this with the following code: private void…
-
1
votes0
answers128
viewsTable 'VW_XXXXX' has not been located. Table has not been located
Good afternoon! I ask for your support, I have a strange problem. I have created a view on a certain Owner and use this view on a Crystal Reports. With my user (Seto the values in App.Config of my…
crystal-reportsasked 7 years, 4 months ago claudio vieira 11 -
1
votes1
answer311
viewsif and Else condition with date in Crystal report
I am fulfilling a condition in my report in order to insert "-" when the Due date is null, but error occurs when the date comes other than null. Below is the image that shows the error when I fill…
-
1
votes1
answer84
viewsError - string C# for Crystal Report
When trying to pass the string from c# Windows Forms to Crystal Report following the procedure of the second image and the code below Crystal report shows the following error! Visual Studio…
-
1
votes0
answers16
viewsError filling Crystal Subreport source date
I am creating a c# report using SAP Crystal Reports, my report contains a subReport when I view the report by Visual Studio in the report edit mode it fills the data in the normal subReport, however…
-
1
votes0
answers42
views.Crystal Report setdatasouce() giving Nullreferenceexception error
Hello. I am making a simple test report using Crystal Report with c#. The report is loaded by a . ttx file; On the controller I put: public ActionResult ObterRelatorio() { try { byte[] relatorio =…
-
0
votes1
answer59
viewsPull 0 from front string Cristal Reports
We are creating a barcode with the command: Code128c{(Command.numero)} But he adds one 0 that does not exist in front of the code. We wanted to remove this 0.…
crystal-reportsasked 10 years, 8 months ago wdx 59 -
0
votes1
answer414
viewsAbout Crystal Reports, Visual Basic 2010 and Mysql
I have a dental clinic project, which has a form of treatment form. This form has 160 buttons representing the 32 teeth of a patient (each tooth is represented by a set of 5 buttons); Buttons may…
-
0
votes2
answers2459
viewsReportview without a dataset
I am finishing my TCC and I have a question regarding the Reports with the ReportView from Visual Studio 2013. I will explain basically how my application works. The connection to the database is…
c# sql-server visual-studio-2013 crystal-reports reportviewerasked 10 years, 1 month ago Ariel Cardoso 23 -
0
votes1
answer1156
viewsPage header in section details in Crystal Reports
Good morning to all! I created a commission report with Crystal Reports in Visual Studio with a date filter. Each month is sent to the sellers individually their commissions in the period. To open…
-
0
votes1
answer996
viewsSum by period in Crystal Reports
How do I use the SUM function for a period specified in the parameter? For example: SUM(Relatorio.Faturamento, DATE(2015,01,01) to {?DataFinal})
crystal-reportsasked 9 years, 10 months ago Cassio Milanelo 791 -
0
votes1
answer613
viewsHandheld report headers appear in Crystal Report
I enabled the "Show all headers in detailed search" option in my report, but when I open a detailed search, neither headers nor footers appear. Follows the structure of my report: --Cabeçalho do…
crystal-reportsasked 9 years, 10 months ago Cassio Milanelo 791 -
0
votes1
answer274
viewsDistribuir Crystal Report
I have an application running on C# windows Form, and I need to install the Crysal Report in the customer’s machine. have this msi Crforvs_13_0_5, but when it is run on the client machine, and says…
-
0
votes1
answer1359
viewsHow to generate PDF with Crystal Reports and send it by email?
I’m making an application where I have to generate a report with Crystal Reports and email it. Would anyone have any way to do that? Sending and generating reports are already working, but I’m not…
-
0
votes0
answers321
viewsDivision of duplicates into a Subreport - MSSQL/Crystal Reports
I would like to generate a tax forecasting report for PIS and COFINS, which are calculated based on a CFOP code of banknotes issued in a given period, but I would like to separate this information…
-
0
votes1
answer92
viewsCrystalreports version 13.0.2000 does not export
I am with a project webforms . NET 4.5, with reports using the Crystal Reports version 13.0.2000. Reports do not export, do not explode exceptions, nothing, simply the screen makes a refresh of…
-
0
votes2
answers87
viewsHow to list last 7-day birthdays with Crystal Reports and c# winforms
I’m developing a church management system, and I need to get all the faithful registered in the system, whose birthday is in the last seven days, counting the current date. I have created the…
-
0
votes1
answer483
viewsImage in Crystal Reports
I am using Crystal Reports in my Asp.Net MVC project. In Database Fields in Crystal Reports in my Visual Studio, I connected a C# class instead of going to the Database. This is the class: public…
-
0
votes0
answers373
viewsChanging data fields and label in a Crystal Report
I have a report and need to change the layout, IE, remove a label and a data and change another label and other data. I have move, but it does not work. See image and even Crystal version. I need to…
-
0
votes0
answers57
viewsInvalid report file path - Crystal - C#
I am trying to generate a pdf from the Crystal report. When I run the code on my machine works perfectly, already when I go up to the server returns me the following error: invalid report file path…