gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 577
- Last Active
- Roles
- Members, FR Team
Comments
-
Replace Win32 with Win64 in the path
-
Set correct path to TeeChart (ends with Lib instead of System)
-
Add DetailData band to report. Set DetailData.RowCount=1 (This is necessarily!) In MasterData1OnBeforePrint event set DetailData.RowCount:=<MasterDataDataSet."Quantity"> Place fields from MasterData's dataset on DetailData Bend and …
-
Use latest FR VCL 2022. It have GS1 barcodes support
-
See here about internal datasets: https://www.fast-report.com/publicdownload/docs/FRVCL/online/en/UserManual/en-US/Dataaccess_components.html Where and how do I start TfrxADOQuery.ExecSQL? Use report script
-
In the upstream SQL I have defined a variable. Can I possibly fall back on this? I'm currently using it in the projection. This works as long as I select a specific ContractNr. However, if I select all of them so that I later ask in a dialog, 'Which…
-
Try <CODE>procedure frxDBACCIMPORTOOnBeforePrint(Sender: TfrxComponent); var NUMERO: real; begin if <frxDBACC."IDXDOC"> = 'RDC' then NUMERO:= <frxDBACC."IMPORTO"> * (-1) else NUMERO:= <frxDBACC."IMPORTO&…
-
Export to PDF with embedded fonts
-
This event called for each report object
-
Try TfrxReport.PreviewPages.Count
-
Try to use Memo9.Visible := False; GroupHeader2.Height := 0; instead of GroupHeader2.Height := 0; Memo9.Visible := False;
-
Send your reporttemplate (fr3) and prepared report (fp3) to support.com
-
Is there a way to disable the cursor from going beyond the end of lines? Can you describe what you mean more detally?
-
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