gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
wrote: The most persistent one of which is the "Class TfrxReport not found" error I get every time I try to generate a meaningful report Attach small test project with problem based on standart Delphi's components wrote: I can get around …
-
You can hide/show band in band's OnBeforePrint event
-
wrote: If I could fill before call the ShowReport method your program will freeze before ShowReport method. What difference? Try to prepare report and then show prepared report
-
No, but you can buy FR Professional and recompile packages with units from attach
-
You can fill cross in OnBeforePrint event only, so you should redesign your program to fill cross in OnBeforePrint event
-
Do you use builder XE2 or XE3?
-
Try to use script variable frxReport.Script.variables := edit1.text + #13#10 + edit2.text + #13#10 + edit3.text;