gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 585
- Last Active
- Roles
- Members, FR Team
Comments
-
See FR's sources: <code> if UseOnLoadEvent then if (frxDesignerComp <> nil) and Assigned(frxDesignerComp.FOnLoadReport) then begin Lock; if frxDesignerComp.FOnLoadReport(Report) then ReloadReport else Reload…
-
a half transparent watermark control FR VCL doesn't nahe such feature. Use overlay with PrintOnTop = False
-
Set TfrxDesigner.Restrictions to [drDontEditInternalDatasets]
-
Embeddded designer isn't good. Use modal designer Is a demo from Demos/EmbedDesigner folder works slow too?
-
FR doesn't have such feature. Added to FR's task list
-
Do you use FR VCL with Delphi or FR for COM/ActiveX?
-
https://forum.fast-report.com/en/uploads/065/0HEFRGKZAVXT.zip See a sample in the attach
-
frxPDFExport1.EmbeddedFonts := True;
-
Use [Format('%2.2f', [34.4050291872474])] See here too: https://www.fast-report.com/publicdownload/docs/FRVCL/online/en/UserManual/en-US/Formattinghighlight/Inline_formatting.html
-
See here: https://www.fast-report.com/public_download/docs/FRVCL/online/en/UserManual/en-US/Formatting_highlight/Values_formatting.html
-
Use Delphi's code, not script. And don't set RecNo. Access your user's data in other way
-
Just set TfrxRichView.Dataset and TfrxRichView.DataField
-
Create user's function which will gete Tag as parameter and return required value from Delphi's code
-
Try [Format('%2.2n', [0.363309352517986])]
-
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