Questions tagged as 'crystal-reports'

2
answers

How to create a report with Crystal Reports parameters?

How to create a parameterized report in Crystal Reports? Creating the report for me has no problems, but now I need to filter it according to some parameters of the system table. Can anyone help me with some examples?     
asked by 15.04.2014 / 16:20
1
answer

How do I toggle the rows of a report with custom Crystal Reports and C # winforms colors?

In the report I'm doing, I've already been able to toggle the colors by doing the following: Menu Access: Crystal Reports - Report - Section Expert Select the section Details and click on the Color...
asked by 22.12.2016 / 18:26
1
answer

Format text in Crystal report

Well I need to print a bank slip with following. Our number should be like this. 15 / 200020-3. This same number is saved in the DB like this: 152000203. How do I put the bar in the 3rd house, and the 10th hand?     
asked by 28.02.2015 / 19:08
1
answer

Change default printer c #

I'm working on a solution where I need to change the default printer for a label printer to print and go back to the previous default printer. Would anyone have a solution for this?     
asked by 30.11.2017 / 13:05
1
answer

Add PRIContext on the map Crystal

I made a root map and would like to display the company name in the header. Can you help me solve this challenge sff? Thank you     
asked by 31.07.2018 / 08:40
1
answer

Crystal Report runtime is locking [closed]

Hello, I'm trying to fix an error in my application, I used FUSLOGVW.exe to find out which ones are missing the dlls that were missing. It's giving me back this msg: But the dll msvcm80.dll hand is part of my project, how can I do it to include...
asked by 30.06.2015 / 14:53
2
answers

Value based on another field (Crystal Reports)

How do I get the Valor Unit of the last purchase in Crystal Reports on a resulting table like the following? +-------------+---------------+------+------------+---------------+ | CodItem | DataCompra | Qtde | ValorUnit | Valor...
asked by 19.02.2015 / 19:27
2
answers

How to Suggest name when saving report Crystal Report

Does anyone know how to suggest name when saving Crystal Report C # in the dialog box, windows form? The format I've been able to restrict ... like this: crystalRVEditoraNomeComeca.AllowedExportFormats = (int)(CrystalDecisions.Shared.ViewerExp...
asked by 11.09.2017 / 21:47
1
answer

Crystal Report with LEFT JOIN and WHERE

I have a problem making a LEFT JOIN in Crystal Reports. From what I've researched, it's a classic SQL problem when using WHERE criteria by crossing LEFT JOIN . I tried to solve it anyway, but I could not. There are 4 related tables: [Orc...
asked by 04.12.2014 / 18:43
0
answers

Dynamic 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 Project parameter created as dynamic in Crystal...
asked by 08.07.2016 / 14:54