Tagged Questions
The fastreport tag has no wiki summary.
5
votes
2answers
336 views
Report generators that can produce PDF/A compliant files
Which of the mainstream Delphi report generators (if any) supports generating PDF files that comply with PDF/A standard? I'm mostly curious about FastReports and QuickReport.
4
votes
3answers
1k views
Code128/EAN128 barcode component for Fast Report?
During a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not use the correct symbology. The lines of a Code128 barcode are very wide so that ...
3
votes
0answers
219 views
Fast report chart from “n” detail fild´s
Hi
i have a fast report where i whant to add a chart where data come from adoquery and i filter data for the first master record averything work´s nice for the next it doesente work how can i work ...
3
votes
2answers
681 views
Converting QuickReport To FastReport
I am Converting a QuickReport to a FastReport in Delphi source, I want to detrmine the event method name that assigned to a QuickReport object and according to it assign a method to the same event of ...
2
votes
2answers
155 views
How to save users changes in FastReport
In Delphi 2009 I install Fast Report 4.8, and create some reports. In my application I use these reports like this:
myfrxReport.ShowReport();
Now some users want to edit the report page, so I use ...
2
votes
2answers
212 views
How are people handling report email with Fast Reports + Delphi
As far as I can tell Fast Reports has trouble sending mail through certain providers, including Gmail, freely admit this issue and claim it will be fixed 'in the future'. It's going on 12 months ...
2
votes
4answers
543 views
Any good PDF export filter that works with Fast Report?
I recently discovered that the PDFs exported by the Fast Report's PDF export filter aren't displayed correctly in Mac OSX, iOS and Android devices.
Fast Report informed that their pdf implementation ...
2
votes
2answers
532 views
Exposing objects to Fastreport
I'm using FastReport (evaluation version) mainly to print invoices and quotes. I'm trying to maintain a separation between my data sources and the application logic, so I'm wondering if there is an ...
2
votes
2answers
2k views
How to assign dataset dynamically to Fast report?
I have created a report using Fast Report Designer and calling this using Delphi 6. But datasets for the master databad and the fields are not assinged at design time. Iwant to set these properties at ...
1
vote
1answer
58 views
How to break date field into year, quater, month, day in FastCube (under Delphi XE2) using coding?
What I want to achieve:-
I want to add the fields such as year_mydatefield, month_mydatefield, quater_mydatefield on x-axis.
These break down fields are available during runtime in fields list, but ...
1
vote
2answers
101 views
FastReport's Designer: DisplayLabel instead of FieldName
The FastReport's designer lists all the fields by the FieldName property. In my project, the design of the reports will be done by other people that are not developers and the FieldName sometimes is ...
1
vote
1answer
119 views
FastReport processing click on the field
The question is how to handle a click on the field and call the procedure from the main program.
1
vote
2answers
223 views
FastReport: Summary on ReportTitle
I have a report with these parts:
ReportTitle
ColumnHeader
MasterData
ColumnFooter
ReportSummary
How can I display sum of a field in MasterData on ReportTitle?
1
vote
1answer
460 views
Why don't my functions appear in the FastReport function tab?
I am trying to implement some functions in an external unit and call them inside the FastReport script. My unit is properly compiled, but the problem is no function or procedure appears in the ...
1
vote
1answer
854 views
FastReport - How to sum specific groupfooter values to a new footer band
i'm trying to do the following with fastreport and delphi. I have a report containing...
GroupHeader -------> Key to Customer Salesman
MasterData -------> CustomerName, Balance
GroupFooter ...
1
vote
1answer
1k views
How to print Fastreport directly without showing Print Dialog
I use Fastreport 4. I need to print directly to the printer without showing Print Dialog. I've unchecked the ShowDialog in the Print Options, but it keep showing a print dialog. Any help would be very ...
1
vote
1answer
687 views
FastReport preview not showing all pages
I'm using FastReport 4.7.31 in Turbo Delphi Pro.
The following procedure processes the data stored in several dated files depending on user input.
procedure TfrmMain.MyReportPrint;
var MDate : ...
1
vote
6answers
647 views
A report writer for non-programmers?
we are wanting for users to be able to write their own reports in our application.
It is a web application. We don't care if they must download an application in order to create reports, but we need ...
1
vote
2answers
1k views
Print FastReport directly
I'm using FastReport in Delphi Win32.
When a FastReport is called, it is previewed before you can print it.
The user sometimes needs to print a series of reports. It's a PITA to preview then print ...
0
votes
0answers
206 views
How To Create Master Detail Report In Fast Report 4 + InstantObjects
How To Create Master Detail Report In Fast Report 4 + InstantObjects ? I can show report with master data but not with detail data. I'm Using FR 4, Delphi XE, and InstantObject.
Source code to ...
0
votes
0answers
53 views
How to disable DB Cross Tab auto rowspan
Is it possible to set off DB Cross Tab auto rowspan in Fastreport ?
I am doing kinda report display using Fastreport where the first column which will have
identical values in column gets ...
0
votes
3answers
436 views
FastReport - How to displaying data in the form of table?
How can i display data in the form of table in the FastReport ?
Edit
I mean ,I want to create a report like this : (with tabular format).
0
votes
2answers
184 views
Fastreport and TSQLQuery
I use TSQLQuery (from DBExpress) to run a query on two Mysql Tables. Now i want to print a report from that Query using FastReport but i don't know how to do it!
Help me please.
0
votes
2answers
206 views
Fastreport DBCross View
I have DBCross Table contain string and integer data
I would like to change the color of the row through specific
condition.
0
votes
1answer
79 views
Make FRX report file from PDF file
I have pdf with fillable fields. How can I guys convert it automatically to FRX file? If it's not able to fully convert it to FRX natively, I can arrange all fillable areas in FRX manually. I just ...
0
votes
1answer
319 views
Variable number of subreports on FastReport .NET
I have a report that prints the information a sell. The report's Data Source is a SellReport object.
Now I want to print the information of more than one sell, but not of a fixed number of sells. I ...
0
votes
0answers
82 views
MS-Chart: LineChart with
Hi stack overflowers,
via FastReport, I'm using MS-Chart controls - just a simple line diagram (a temperature curve with multiple up/down cycles).
For reference purposes, on every rising edge of ...
0
votes
2answers
310 views
Why is Fast Report VCL in Delphi raising a stack overflow exception when editing a variable?
I am using Delphi 5 and Fast Report 4 to make a report application. I have defined a variable "ReportTitle" in MyReport.f3 at design time and I assigned a value for it at runtime. Why is my code ...
0
votes
2answers
114 views
tactics to think as a computer
I have some question from the exam in which I need to deduce the output of the following code:
01 int foo(int a) {
02 print 'F';
03 if (a <= 1) return 1;
04 return bar(a, foo(a-1));
05 }
06
07 int ...
0
votes
2answers
202 views
Dlls to import in fastreport
I am using fastreport.net for reproting facility for winforms.
Now I have imported only one dll that is fastreport.dll in my project. And that was working fine. But if I run that project in others ...
0
votes
2answers
617 views
Fastreports custom preview problem
I encounter problem on FastReports, it will not print correctly on pages which contain Korean character. It hapens only on Printer HP K5300 jet, T test it using rave and having no problem. I think it ...
0
votes
3answers
1k views
FastReport page orientation change in Delphi
Does anybody know how to design report in FastReport so that when user changes page orientation all column headers and data autofits new page width? I couldn't find any anchor mechanism there. Maybe I ...
0
votes
1answer
190 views
Fast report amount of copies
Fast report: how to set amount of document copies to be printed via c++ but not via standard parameters interface.
0
votes
3answers
1k views
Last printer used when printing with Fast Report (in Delphi)
How to retrieve last user selected printer when printing from a preview window in Fast Report (Basic Edition ver. 4.7.1)?
I tried
frxReport.PrintOptions.Printer
in OnAfterPrintReport event but it ...
0
votes
1answer
243 views
How can I print different bands depending on the value of a Field in a DataSet using FastReport?
I have a product's dataset and I want to have distinct bands for each type of product, something like, if the product is a fruit, print it's weight, if the product is a car print its color and so on.
...
-1
votes
1answer
137 views
Barcode128A in Delphi FastReport
We generate barcodes with BarOne (zebra printer program) in Code128A Standard without any problem.
When we try to print barcodes with fastreport the length of the barcode not what I want it to be.
The ...