gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 585
- Last Active
- Roles
- Members, FR Team
Comments
-
Use TfrLocalizationController. Set TfrLocalizationController.Language, add frLanguageLANGUAGENAME units in the ises list to enable LANGUAGENAME languages
-
Development of FR 4 stopped 10 years ago. This feature was added to our task list
-
Thank you for your info!
-
Try to delete all FR's dat files and run FR's installer again
-
Remove all ld FR's files from the system
-
See TfrxReport.Version
-
Yes, just change TfrLocalizationControler.Language
-
You can't change this behavior in the FR 4. Some inprovements will be available later.
-
Latest FR VCL 2024.2.7 allow this. Add TfrxLocalizationControler, add frLanguage_LangName in the uses list and set Language property
-
Try to play with DisableTpPtCorrection/EnableTpPtCorrection from frxExportPDFHelpers or use latest FR VCL 2024.2.7
-
Try to use latest FR VCL 2024.2.7 - is issue slill exists?
-
Did you tried to install FR's packages first (without compiling)?
-
Cross-tab doesn't available in the free FR VCL & FMX Embarcadero edition
-
Try to add path to brcc32.exe in the Windows PATH variable
-
Try to use TfrxDataset.GetFieldList and then get name of field 10
-
Did you tried to use latest FR VCL 2024.2.6? Download FR VCL Trial and test it
-
For example: var DS: TfrxDataSet; begin DS:=Report.GetDataset('Items'); DS.First; while not DS.Eof do begin ShowMessage(DS.Value('Part Name')); DS.NEXT; end; end.
-
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