gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 585
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to use TSomeObject(Integer(FCurrentObj))
-
Try to use latest FR VCL 2025.2.3. It works OK for me.
-
This feature is available in the FR VCL only
-
Try to comment #pragma link "usp10.a" in the C:\Program Files (x86)\Fast Reports VCL\2025.2\Sources\LibRS29\VCL\Win64x\frxExportPDF.hpp
-
Try frxReport1.Preview := frmPreview1; frxReport1.PrepareReport;
-
Add frxCustomDBRTTI unit in the uses list in the Delphi's code.
-
There is in VCL also no setting "Print down then across" like in the .NET version right? Yes. Use Engine.NewColumn to start new column in the script.
-
procedure GroupFooter1OnAfterCalcHeight(Sender: TfrxComponent); begin Engine.CurY := Engine.CurY + Engine.FreeSpace - GroupFooter1.Height - 0.000001; …
-
Create small demo project with issue and send it to support.com
-
just extract fr3 report template
-
Set ferAllowInPreview of TfrxChartView.Editable to False.
-
No, we don't plan this. Steema TeeChart is easy to use with default settings (no any customization)
-
Create demo project without FR (with TOLEContainer only) to show what you want to get and send it to support.com.
-
Try to use run-time designer (add TfrxDesigner and use frxReport1.DesignReport to show it).
-
Press "Restore Defaults" button in te designer's View-Options window
-
See here: https://www.fast-report.com/buy#delphi
-
Send your current report template (fr3) and prepared report (fp3) to support.com
-
There are some improvements in the latest FR VCL 2025.1 to speed up FR Designer. Try FR VCL 2025.1
-
This "grayed out" meand that FR VCL and FS will be installed by default.
-
FR FMX doesn't have Skia support
-
Add TfrxUserDataset.OnPrior event procedure TForm1.frxUserDataSet1Prior(Sender: TObject); begin dec(i); end;
-
Use latest FR VCL 2024.2.9
-
Create small demo project and send it to support.com
-
Changes.txt will be updated with next release
-
See here: https://www.fast-report.com/news/fastreport-vcl-2024.2
-
Use BIFF8, XLSX or XML export filters
-
Works OK. FR VCL 2024.2.9, Delphi 12.1, Windows 10 64bit, MS Excel 2013 installed (needs to work OLE TfrxXLSExport)
-
Yes https://forum.fast-report.com/en/uploads/320/VYOTB75BAVUI.png
-
Use "Restore Defaults" option in the designer's menu View - Options
-
Try to modify FR's sources to exclude frxWinCrypt unit usage