gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
make one .frc file that contains all resources. this file can be loaded from your application by this code: uses frxRes; frxResources.LoadFromFile('english.frc');
-
It seems you use XE2 or XE3 and install FR Embarcadero Edition first Remove FR Embarcadero Edition design-time packages from IDE and install FR Standart
-
wrote: I also already tried but same result as above, the datas are displayed in the other way, but still in anti-clockwise. see attach wrote: How is it possible to display the text in the legend on multiline ? (in case of the text is v…
-
Attach small demo report template with incorrect EAN13 barcode
-
Set PieValues.Order to loDescending
-
You can use TfrxBarCodeView
-
wrote: if you are not, add a 0 height page header so you will have the event available. Also you can use empty page header
-
Try Chart1.Chart.Legend.TextStyle := ltsPlain;
-
Try to use TfrxReport.OnEndDoc event
-
PageFooter can't be stretched and splitted. Use another band, TfrxReportSummary for example
-
wrote: that concerning this "Custom function" issue the documentation is not good enough I think user function is a good solution. See a modified PrintStringGrid demo in attach - just add several lines of code
-
Write user functions - see a Developer's manual "Custom Functions Connection to Report" chapter
-
Use CopyName# report variable
-
Check TfrxDesigner.Restrictions
-
FR Designer menu View-Settings-Restore defaults
-
You can found user manual here: http://www.fast-report.com/en/download/fast-report-vcl/
-
Try to call user function from report's script and close preview in Delphi's code
-
FR Designer doesn't included in FR Embarcadero Edition
-
wrote: We went far away from the main purpose of that forum, which is to share knowledge and experience of FR users and developers Yes, but I post technical answers about usage PDF files which generated by FR first wrote: This is a simple…
-
Try to use child bands for memo2 and memo3. Hide child bands when memos is empty and set band's property PrintChildIfInvisible to True Also you can use one memo instead of three memos
-
Does GoodReader supports PDF 1.5 format?
-
And why Adobe (PDF standart creator) Reader show FR PDF correctly?
-
wrote: FR owners decided to do so instead of employing more programmers who could work on VCL products :-) There are thousands programmers who can works on VCL products and there are several web designers who can create new site
-
wrote: It is a bit disconcerting to see that resources were invested to redesign the website ahead of sorting out this long-standing PDF problem and FR5 release. Do you think FR VCL (FMX, Lazarus) developers redesign website? And why Adobe R…
-
wrote: Any other possible solutions how to solve my problem? Use test application http://www.fast-report.com/en/forum/?p=/discussion/8310 for exporting fp3 to PDF
-
wrote: Now I am having a problem, FastReport preview is not themed perfectly, the toolbar border is missing, preview scrollbars not themed! I think this is not problem, just disable styles and skins support. IMHO styles and skins good for app…
-
wrote: FR PDF export filter doesn't support PDF/A format. Wait for FR5 or use PDF printer
-
wrote: You mean FastReports always displays (in preview form) current data of all dataset attached/connected to frxreport ? No, current data of the time of PrepareReport wrote: I also need to preview 2 reports on same dataset from differe…
-
wrote: - what is "TfrxReport.EngineOptions.DestroyForms" meant for ? Sometime you need access report's variables after preparing of report, so you should set TfrxReport.EngineOptions.DestroyForms to False wrote: - how can I build a report…
-
Prepare report in separate thread