gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
Press Nein button
-
In the Delphi's code
-
Try to use FR VCL 2021.3.1
-
https://forum.fast-report.com/en/uploads/593/RIC67HS2K8N2.png
-
Disable debugging or export to pdf without Compressed option during debugging
-
Create small demo project based on standard components and FRDemo database and send it to support.com
-
Store required values in the report variables and use they on the second page
-
Store required values in the report variables and use they on the second page
-
You can't to load report template to TfrxSubreport.Page
-
TfrxHTMLExport doesn't have such feature. Use TfrxHTML5DivExport
-
Send InhaltHTML value to support.com
-
Set frxPDFExport1.EmbeddedFonts to True
-
Translated by Google translate: Does this resolve in any version of fastreport? I need it for version 4.8 Yes, EmbeddedFonts property is available in the FR VCL 4 too
-
Send your report template (fr3) and prepared report (fp3) to support.com
-
Don't set TfrxReportPage properties. Set TfrxMasterData Columns and ColumnWidth properties
-
I wanted to leave this option of Embedded Fonts by default, would there be any configuration to do this? Set frxPDFExport1.EmbeddedFonts to True
-
It's possible to use multiple TfrxDigitalSignatureView in the same report? Will be available soon
-
Did you run Delphi with "Run as administrator" option?
-
Try to use latest FR FMX 2.8.10 - is it works OK?
-
Open FR Designer, load tour report, set bin for TfrxReportPage and save report. Open fr3 in the text editor and look at Bin value for TfrxReportPage
-
Try to test latest FR VCL https://www.fast-report.com/en/download/public_files/267/ Is error still exists?
-
Set TfrxReport.EngineOptions.DestroyForms to False
-
Added to FR's RTTI. Use latest FR VCL 2021.3.1
-
No, FR doesn't have such feature. Split your text to several TfrxMemoView objects
-
Send your current report template (fr3) and prepared report (fp3) to support.com
-
FR 6 doesn't have Delphi 11 support. Use latest FR VCL 2021.3.1
-
Try to use GS1 Code128 barcode type
-
Try to use latest FR VCL 2021.3.1
-
Try VarToStr(<tbCgMovM."DataReg">) + VarToStr(<tbCgMovM."TP">) + VarToStr(<tbCgMovM."NProt">) + VarToStr(<tbCgMovM."Causale">)
-
Use cPicture3 = TfrxPictureView.Create(nil) one time only, not for each Picture3OnBeforePrint