
gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 491
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
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