gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Fast Script doesn't have JSON support
-
Latest FR VCL 2021.3 have TfrxHTMLView for HTML print
-
Set Engine.CurY, Engine.CurX in the report's script during preparing of report
-
Create small demo project with error and send it to support.com
-
https://www.fast-report.com/public_download/docs/FRVCL/online/en/DeveloperManual/en-US/Custom_Functions_Connection_to_Report.html
-
Does your script works OK now?
-
No. See FR for xHarbour documentation. Sergey Spirin died in 2012. Try to contact https://www.ozs.es/wp/fastreport/
-
frxPDFExport1.EmbeddedFonts := True; will not work with FR for xHarbour.
-
the report stream needs to be controlled What does this means?
-
Is modal designer not slow? Can you modify EmbedDesigner to show "slow embedded designer"?
-
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