gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
You should set all TfrxReport.Preview to nil before frxReport1.Preview := frxPreview1; and others
-
Use scale printing mode. You can select it in print window
-
TfrxDBDataSet - for DB data, TfrxUserDataSet - for non-DB data
-
Try Child2.Visible := Trim() <> '' or Child2.Visible := Trim(Report.Calc(lblCustomerName.text)) <> ''
-
Try FRDemo. Do you get same behavior?
-
wrote: - it's slow because the display of the windows 7 computer is a 1650 x 1080 resolution and the preview in scale 100% apears in 2 pages on the screen width. (on the XP computer the displays is lower so we see only one page on the screen in s…
-
Use TfrxPreview.Zoom
-
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