gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
FR's split pages automatically. You should FR's sources to change this behavior
-
frxReport1.PrepareReport; frxReport1.Print;
-
What export filter do you use?
-
Recompile.exe copy all bpls to windows\syswow64 folder with "Recompile all packages" option
-
Try to use FR for MyDAC (included in the MyDAC)
-
Try to use latest FR 6.2.1 - some fixes for Calibry font was made
-
You may set barcode's properties in the Object Inspector
-
FR's engine doesn't allow to change page's dimensions during report's preparing
-
FR VCL doesn't have such feature. Try to use PDF printer which allow CMYK
-
Run Delphi's installer and install TeeChart
-
Send small demo project with error to support@fast-report.com
-
Try to set TfrxReport.EngineOptions.UseFileCache to True and use latest FR 4.15.13/6.2
-
Assign TfrxMasterData.Dataset with TfrxDBDataset too
-
wrote: But then it pops up a progress dialog that I don't want. There is no other option
-
Try to use TfrxPageHeader band
-
Modify frxDesgnWorkspace.pas: c := FLastObjectOver;///TfrxComponent(FObjects[i]); if (c is TfrxComponent) and c.IsContain(X / Scale, Y / Scale) then   begin     EmptySpace := (c is TfrxPage); //change this line
-
FR doesn't have such feature. Use DB Grid
-
See attach
-
Delphi compiler - Unit scope names
-
Yes, it was fixed in the FR 6 VCL
-
Remove FMX from the scope names in the project's settings and rebuild project
-
Use TfrxReportSummary band. In the script in the ReportSummary.OnAfterCalcHeight event: wrote: if Engine.FreeSpace < ReportSummary1.Height then Engine.NewPage; Engine.CurY := Engine.CurY + Engine.FreeSpace + ReportSummary1.Height - 0.00001;
-
pass trough TfrxReport.PreviewPages and export each page (set TfrxJPGExport.PageNumbers)
-
Try to use latest FR 6.1.15
-
Create small demo project and send it to support@fast-report.com
-
Modify frxDataTree.pas for i := 0 to DatasetsList.Count - 1 do begin if DatasetsList.Objects[i] is TfrxDataset then ds := TfrxDataSet(DatasetsList.Objects[i]) else ds := nil; if ds = nil then continue; {try ds.GetFieldList(FieldsList); except end;} …
-
FR doesn't have such feature
-
See here: https://www.fast-report.com/public_download..._references.htm
-
Send your current report template (fr3) to support@fast-report.com
-
Attach your report template (fr3) here