Questions tagged as 'fast-reports'

1
answer

Report Display Error (FastReport) in Multi-Language Software

I have the following error in displaying a report made in FastReport. ThiserrorstartedtooccurafterinternalizingmysoftwareusingnativeDelphiXE7(Project->Languages->Add)features,whenthesoftwarerunsinnativelanguagethereportisdisplayednormally,but...
asked by 05.01.2015 / 12:27
1
answer

Distinct count no fastreport

How to make a Distinct Count in FastReport ? I have the report: Name - sex João - m João - m Maria - f In%% normal, the result would be 3, but I want one that takes only the number of rows that do not repeat the name field....
asked by 17.08.2017 / 03:04
1
answer

FastReport prints white space. (Delphi 2010)

I'm a beginner with fastreport 5, I'm having a problem if anyone can give a tip. I'm making a report that has several DataBands, it's type a data ladder, every child band of a band. The problem is that this is appearing a huge space betwee...
asked by 31.08.2016 / 23:21
1
answer

Use data from an array in a Report

I have an array like this that is being populated in runtime: MatSort[0][0] - Nome1 MatSort[0][1] - InfoNome1 MatSort[1][0] - Nome2 MatSort[1][1] - InfoNome2 But I do not know how to reference the data in this array in fast-reports so that...
asked by 18.09.2017 / 19:31
1
answer

Counter in FastReport adds more than once, how to solve?

I have a very complex report on fastreport on a given page the structure is a MasterData - > DetailData and within this Detail you have the required components, everything works 100%, it happens that in a fxtMemo I need to put the number of t...
asked by 05.04.2018 / 17:43
0
answers

FastReport getting crazy with numeric string

I like FastReport a lot because of the many layout options we can do in it, but I confess that sometimes it gets on my nerves and if I could change it. I'm inserting the following string into a Memo field: MemoExames.Lines.Add(Copy(<...
asked by 24.04.2018 / 17:56
1
answer

TfrxRichView of FastReport changing color alone in Delphi XE?

I searched the web but did not find anything like this, there should be a bug in the TfrxRichView component of FastReport 5.1.9 a>, when you put this component and set the background color it accepts normal, but when you print at develop...
asked by 28.11.2017 / 16:45
1
answer

Master Detail Fast Reports

I have a report in Fast Report of notes and duplicates / tickets. At date I have 2 DbxQuery , note and tickets. In the tickets I put the master as notes, and I used as filter in the tickets the parameter nunota (number of the note) poin...
asked by 17.06.2014 / 19:01
1
answer

How do I group by grouping by more than one field?

I'm making a report in FastReport that returns it demonstrates the following fields: codigo cliente nome cliente data do atendimento codigo atendente nome Atendente codigo atendimento motivo do atendimento And it was necessary t...
asked by 28.11.2014 / 11:57
1
answer

How to save FastReport report 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 shows me the screen to choose where to save th...
asked by 01.10.2018 / 14:55