gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Send your current report template (fr3) and prepared report (fp3) to support.com
-
Use TfrxOverlay band
-
Try to set text height for TfrxRichView.RichEdit
-
Uninstall FR, install it again, remove all pas files from FR's LibDXX folder, run FR's recompile.exe and recompile all FR's packages
-
Use INSERT statement in the TfrxADOQuery. Use frxADOQuery1.ExecSQL to execute this query
-
Latest FR FMX 2.7.1 have Delphi 10.4 support
-
If you are use FR 5 - try to change TfrxFDQuery.SQL instead of parameters
-
What does testing of values means? Any test system can't to detect wrong expression. If you want to detect changes - use Git or SVN or any file compare tool
-
Use different datasets (original and copy)
-
Do you use fofferent datasets for each TfrxLookupComboBox?
-
Use latest FR 6.7.3
-
Do you have LibD27x64 folder?
-
You may sort your dsPtnResult dataset. Add new field for sort order and sort dataset by this field
-
Create small demo project with error and send it to support.com
-
What do you want to test in the preview?
-
Set TfrxReportPage.Columns instead of TfrxBand.Columns, but this setting will be fill by whole page's height
-
Try to use absolute path to DataDasarRJ.fr3
-
There is no such document for the last version
-
Use const NumberOfSkippedLines = 8; var i: integer; procedure MasterData1OnBeforePrint(Sender: TfrxComponent); begin if MasterData1.Dataset.RecordCount = 1 then begin Engine.CurX := MasterData1.ColumnWidth * (NumberOfSkippedLines mod Maste…
-
When will FastReport FMX support Delphi 10. During this week Delphi 10.4 when starting would not load dclfrxIntIO27.bpl and dclfrxIntIOIndy27.bpl after FR 6.7 update Run FR's recompile.exe with "Run as administrator" option and recompile …
-
Try to use TfrxPreview.Print instead of main.frxReport1.Print;
-
Try to set Engine.CurY before printing of TfrxMemoView: store Engine.CurY; set Engine.CurY; print TfrxMemoView; restore Engine.CurY;
-
Remove second line from tee.inc and contact FR support to get new recompile.exe
-
Did you try to set TfrxPictureView.AutoSize to True?
-
FR 6.7 with Delphi 10.4 support will be available during several next days
-
I know how to print the masterdata rowcount on the group footer Just use COUNT function I want to print the group name with the rowcount as a title, before the rows. Read https://www.fast-report.com/publicdownload/docs/vcl/FR6/HTMLEN/printingthegro…
-
In the FR's designer: menu View - Editors configurator - TfrxChartView - TfrxInPlaceChartEditor set to [evDesigner]
-
Create small demo project and send it to support.com
-
Use (20)80(21)004012261(37)00000126(90)002(400)123456 as barcode's text or ' (20)80(21)004012261(37)00000126(90)002(400)123456' As expression
-
What version of FR do you use? Try to set TfrxReport.EngineOptions.UseFileCache to True Try to test latest FR 6.6.16 too