
gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 518
- Last Active
- Roles
- Members, FR Team
Comments
-
Yes. QR Code editor is available in the FR VCL 2024.2.6
-
Try to use latest FR VCL 2024.2.6
-
Create support ticket. It will be redirected to .NET support
-
No, this is installer's behavior
-
Try to use FR .NET (Online Designer based on FR .NET)
-
What versio of FR did you tried to install in the Delphi 2007?
-
Run Delphi's installer (exe installer) and install Steema TeeChart
-
Just remove first empty TfrxReportPage from report template
-
Do you have Steema TeeChart installed?
-
TfrxDBDataset *frxDataSet=new TfrxDBDataset(this);
-
Try TfrxDataset *frxDataSet=new TfrxDBDataset(this); // TfrxReportDataSets *frxDBDataset1=new TfrxReportDataSets(frxReport1); // TfrxDataSet *frxDataset1=new TfrxDataSet(this); frxDataSet->DataSet=DBGrid14->DataSource->DataSet; frxReport…
-
Create small demo project based on standard Delphi's components and FastReportDemo database and send it to support.com
-
Add TfrxADOComponents to your project
-
Run Delphi's installer and install Steema TeeChart first. Then reinstall FR
-
You can install to an alternate folder but all new FR directory structure will be create
-
You may use TfrxScrollBox with TfrxPreview, but you can't to control scrollbars positions
-
Send a sample (not from FR) what you want to get to support.com
-
Use var Months: array[1..12] of string; Days: array[1..7] of string; begin Months[1] := 'January'; Months[2] := 'February'; Months[3] := 'March'; Months[4] := 'April'; Months[5] := 'May'; Months[6] := 'June'; Months[7] := 'July'; Months[8]…
-
You cn find FR's DPKs in the C:\Program Files (x86)\Fast Reports VCL\2024.2.6\Sources\LibRS29\VCL\Win32\ folder for example
-
Set DetailData2.Stretched to True, all Memos on it set StretchMode to smActualHeight
-
No, TfrxRichView doesn't have such feature
-
Try to fill chart from script https://www.fast-report.com/public_download/docs/FRVCL/online/en/FastReportVCL/UserManual/en-US/Diagrams/Chart_completion_from_Script.html
-
https://forum.fast-report.com/en/uploads/236/ZWIA2AA85C86.png See here
-
Try to completely uninstall FR and install latest build of FR VCL
-
Use one instance of TfrxReport and use TfrxReport.PrepareReport(False). PrintOnPreviousPage will works in this case
-
Remove all old FR's bpls from SysWOW64, IDE's public BPL (C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\ for example) and VirtualStore (C:\Users\YourUserName\AppData\Local\VirtualStore) folders and then run FR installer again
-
var v: Variant;
-
Set object's Visibility property to [vsPrint]
-
Set CommaText for TStrings
-
No, Task was created