gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: FastReport does not do this automatically? Yes, you should sort dataset wrote: But he should use this rule and add the expressions after the ORDER BY and then put the user fields Really? What about simple group sample with COP…
-
See a sample in the attach
-
FR5 works with Delphi7 too. Use Unicode fonts like Arial Unicode MS in the reports
-
Set name of parameter in the detail query = name of master key field
-
You can set TfrxPageFooter height in the main procedure of the script
-
Try to use FR 5.5.4 If problem still exists - create support ticket and send report template (fr3), prepared report (fp3)
-
Works OK in the FR 5.5 frxReport1.PreviewOptions.Zoom := 0.75; Â Â frxReport1.ShowReport();
-
Try to use additional empty TfrxReportPage with landscape orientation
-
Attach created report template (fr3) here
-
Use Engine.NewColumn in the script
-
Run FR's installer with "Run as administrator" option
-
Try to use TfrxReport.OnProgress, OnStartProgress, OnStopProgress events
-
No, you can't without changes of FR's sources procedure TfrxResources.Help(Sender: TObject); ... {$IFNDEF FR_COM} Â Â frxDisplayHHTopic(Application.Handle, ExtractFilePath(Application.ExeName) + FHelpFile + topic);Â Â //change this line {$ELSE} Â Â …
-
Try to convert RB to FR 5 (you may use FR 5 Trial) and then convert FR 5 to FR FMX
-
Attach your report template (fr3) and prepared report (fp3) here
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/12427
-
Download FR Trial https://www.fast-report.com/en/download/public_files/245/ and test it
-
FR5 have a new features, FR 4 don't know about these features, so this is expected behavior wrote: How Can I save the reports in the "old" format. Open FR5 report in the FR4, ignore all error messages and save it in the FR 4
-
Set TfrxPictureView.FileLink property
-
Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too), run FR's installer with "Run as administrator" option and install FR again
-
Yes
-
Use 5.4.7
-
See changes.txt wrote: 5.4.2 - Fixed numeric formatting in the XLSX export
-
Try to use PDF printer or SynPDF (see FR's demos)
-
wrote: I've managed to bypass this Problem by using a SQL Statement to order the Datafield. This is one right way. Dataset should be sorted by group conditions
-
What value of TDataModule.ClassGroup do you use? Did you install all XE2 updates?
-
Use TfrxMailExport with MAPI or MSOutlook option. Mail client should be installed, configured and runned
-
wrote: or when I create reports should I do a report for each orientation Yes
-
Modify frxClassRTTI.pas AddEnum('TfrxFormatKind', 'fkText, fkNumeric, fkDateTime, fkBoolean'); Â Â Â Â AddEnum('TfrxFillType', 'ftBrush, ftGradient, ftGlass'); Â Â Â Â AddEnum('TfrxPrintMode', 'pmDefault, pmSplit, pmJoin, pmScale'); //add this line
-
wrote: the child is printed in the footer Use Engine.CurY := Engine.CurY + Engine.FreeSpace - Child1.Height - 0.000001; in the Child's OnBeforePrint event