gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 558
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Try to use latest FR 6.1.13 - if problem still exists - send small demo project to support@fast-report.com
-
Add TfrxHeader and TfrxFooter band with horizontal lines, add vertical lines to TfrxMasterData or use TfrxOverlay band with frame
-
See here: https://www.xailer.com/?products&productxafastreport
-
See here: https://www.xailer.com/?products&productxafastreport
-
Objects??? coordinates and sizes are set in pixels. Since the ?«Left,?» ?«Top,?» ?«Width,?» and ?«Height?» properties of all objects have the ?«Extended?» type, you can point out non-integer values. The following constants are defined for converting…
-
Use TfrxSubreport to show detail data on the TfrxMasterData
-
It seems FR doesn't supports TeeChart's smoothing feature
-
leoni wrote: » hmm... In my setting lot of the classes pas files like frxClass or frxPreview are not included in the LibDXX folder. This is why I added the source path. Because It is very comfortable to click with STRG+Mouse on a FastReport Cl…