
gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 518
- Last Active
- Roles
- Members, FR Team
Comments
-
Send your report template (fr3) and prepared report to support.com
-
Try Rich1.RichEdit.Lines.Text:= '[VRDIDS]' ;
-
Remove non-standard objects from fp3 file.
-
See frxHTML.pas as a sample //Returns the amount of unused space. If view can't fit in the height, this method returns the Height function TfrxHtmlView.DrawPart: Extended; begin if Round(Height - GapY * 2) <= 0 then // text can't fit begin Re…
-
Try to check DataTreeUpdateMode from HKEY_CURRENT_USER\SOFTWARE\Fast Reports\Form5.TfrxDataTreeForm
-
Try to remove this line from frxUtils.hpp
-
Message about unregistered Fast Script
-
Sort dataset by "single parts", use TfrxGroupHeader (Height = 0) and TfrxGroupFooter bands. Use SUM function on TfrxGroupFooter band
-
Do you use Delphi's application with FR in Client side on Android? FR doesn't have Android support.
-
No, FR doesn't have such feature.
-
Try to set ModReports.RepExpedicion.PrintOptions to False.
-
It seems some additional libraries for FR (but not from FastReports) were not installed. Install they.
-
If the subscription ends - new builds will not available for you.
-
Try to use TSomeObject(Integer(FCurrentObj))
-
Try to use latest FR VCL 2025.2.3. It works OK for me.
-
This feature is available in the FR VCL only
-
Try to comment #pragma link "usp10.a" in the C:\Program Files (x86)\Fast Reports VCL\2025.2\Sources\LibRS29\VCL\Win64x\frxExportPDF.hpp
-
Try frxReport1.Preview := frmPreview1; frxReport1.PrepareReport;
-
Add frxCustomDBRTTI unit in the uses list in the Delphi's code.
-
There is in VCL also no setting "Print down then across" like in the .NET version right? Yes. Use Engine.NewColumn to start new column in the script.
-
procedure GroupFooter1OnAfterCalcHeight(Sender: TfrxComponent); begin Engine.CurY := Engine.CurY + Engine.FreeSpace - GroupFooter1.Height - 0.000001; …
-
Create small demo project with issue and send it to support.com
-
just extract fr3 report template
-
Set ferAllowInPreview of TfrxChartView.Editable to False.
-
No, we don't plan this. Steema TeeChart is easy to use with default settings (no any customization)
-
Create demo project without FR (with TOLEContainer only) to show what you want to get and send it to support.com.
-
Try to use run-time designer (add TfrxDesigner and use frxReport1.DesignReport to show it).
-
Press "Restore Defaults" button in te designer's View-Options window
-
See here: https://www.fast-report.com/buy#delphi
-
Send your current report template (fr3) and prepared report (fp3) to support.com