Most voted "fast-reports" questions
Fast Reports is a visual reporting editor with support for various languages such as Delphi and C#
Learn more…21 questions
Sort by count of
-
4
votes1
answer1442
viewsReport display error (Fastreport) in Multi-language software
I have the following error in displaying a report made in Fastreport. This error started to occur after doing the Internationalization of my software using the native features of Delphi XE7…
-
4
votes0
answers721
viewsFastreport 5.6.2 - Why didn’t you generate . bpl files
I performed the Procedures to install the Fastreport in the Delphi 10.2 I compile the sources of Fastreport but the files .bpl does not appear in the Folder. What must be done? I followed those…
-
3
votes1
answer730
viewsFastreport prints blank space. (Delphi 2010)
I am beginner with fastreport 5, I have a problem, if anyone can give a tip. I’m doing a report that has several Databand, it’s like a data ladder, each son band of a band. The problem is that there…
-
3
votes1
answer448
viewsDistinct Count no fastreport
How to make a Distinct Count in the Fastreport? I have the report: Name - sex John - m John - m Maria - f In the Count normal, the result would be 3, but I want one that only takes the number of…
-
2
votes1
answer150
viewsUsing data from an array in a Report
I have a matrix like this that is being filled in Runtime: MatSort[0][0] - Nome1 MatSort[0][1] - InfoNome1 MatSort[1][0] - Nome2 MatSort[1][1] - InfoNome2 But I don’t know how to reference the data…
-
2
votes1
answer643
viewsFastreport’s Tfrxrichview changing color on its own in Delphi XE?
I searched the web but found nothing in this sense, there must be some bug in the component TfrxRichView of Fastreport 5.1.9, when placing this component and setting the background color it accepts…
-
1
votes1
answer1427
viewsMaster Detail Fast Reports
I have a report in Fast Report of notes and duplicates / boletos. On date I have 2 DbxQuery, note and boletos. In the boletos I put the master as notes, and used as a filter in the boletos the…
-
1
votes1
answer2414
viewsHow do I group Groupheader over more than one field?
I am making a report in Fastreport that returns demonstrates the following fields: codigo cliente nome cliente data do atendimento codigo atendente nome Atendente codigo atendimento motivo do…
-
1
votes1
answer1085
viewsFastreport error designer
I want to create a report generator on my system, allowing the user to customize the layout of the report. I need to save these reports on banco de dados so that it is accessible to all computers in…
-
1
votes1
answer190
viewsVery Crazy Error in Postgresql X Fastreport Registry
I have several tables that do Masterdetail among themselves, I will not put the structure here because it is very complex, are 26 tables involved. The error is as follows: in a table there is a…
-
1
votes1
answer763
viewsAccountant in Fastreport sums more than once, how to solve?
I have a very complex report in fastreport on a certain page the structure is a Masterdata -> Detaildata and within this Detail have the required components, Everything works 100%, it happens…
-
1
votes1
answer2699
viewsHow to save Fastreport to PDF in silent mode?
I can generate the PDF from the code below: fdm.frxPDFExport.FileName := 'C:\PASTA_TESTE\ARQUIVO_TESTE.PDF'; frxReport.PrepareReport(); frxReport.Export(fdm.frxPDFExport); The detail is that it…
-
1
votes0
answers198
viewsFastreport going crazy with numeric string
I really like Fastreport for the numerous layout options we can do on it, but I confess that sometimes it gets on my nerves and if I could trade. I am inserting the following string into a Memo…
-
1
votes0
answers315
viewsHow to send images in a Fastreport report with Delphi?
I was having a lot of doubts about that. I searched several articles about it over the course of days, but in all of them I saw a flaw, most did not clearly show how to send a parameter or variable…
-
0
votes1
answer410
viewsCreating Report Inside a Panel
I need to display a report in a determined system area( in the right half) already in the left half want to put other components( as mode buttons and display and other options for printing) How…
-
0
votes2
answers1255
viewsHow to access the methods of a component that is inside a Fastreport file?
I’m sorry if the doubt seems a little fuzzy, but I have the following situation: I have a frxReport component and, inside it, I inserted a chart in the report. In the main form, I added a radio…
-
0
votes1
answer1531
viewsProblems printing Fastreport
I’m having trouble printing reports with Fastreport in Delphi 2010. When printing on the printer the first time, print correctly, but the second time I try to print the report does not print…
-
0
votes1
answer495
viewsFast Reports tools do not appear in the Palette tool
I am using Delphi-XE8 in a project that requires the creation of forms from DB data (Firedac), before my team used the version of Delphi-XE4, which made use of the external component Rave Reports of…
-
0
votes1
answer30
viewsrPad or Padright in Fastreport VCL text export
I am developing a layout that will serve as a basis for exporting a standard CNAB 240 or CNAB 400 text file (billets). I was able to generate the information, everything straight. The problem is…
-
0
votes0
answers3
viewsFields do not appear when uploading file. fr3 from Fast Reports
I have a report on Fast Reports version 6.6.15 of Delphi 10.3. In this report I have two datasets: Requests and Itenspedido (logically that are connected to their corresponding components…
-
-1
votes1
answer126
viewshow to create labels with quick reports
I made a label printing works well, to print a label for each existing product or the Masterdata does correctly. Except that for Label or that I wanted it to be the same product, if I repeated an…