gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
See here: https://www.fast-report.com/public_download/docs/FRVCL/online/en/UserManual/en-US/Script/Printing_the_group%27s_sum_total_in_the_groups_header.html
-
Hi everyone, I need to have my clients sign invoices using a graphometric signature tablet. Can anyone tell me how it works and what to do? Red signature as image in the Delphi and then show this image in the TfrxPictureView object
-
FR FMX doesn't have DMP reports support
-
Try to add TfrxDetailData band with RowCount = 1, move memos from MasterData to DetailData, set DetailData.RowCount based on LENGTH value in the MasterData.OnBeforePrint event in the script
-
There is no such limit. See 44.fr3 from FastReportDemo "Dialogs and script" section "Choosing records to print" report
-
What Version does this correspond to here in the forums? Fast Report VCL
-
FR doesn't have such feature
-
frxPreview1.Edit;
-
use TfrxPageHeader band, set TfrxGroupHeader.Height to 0 use Page1.OnBeforePrint event: procedure Page1OnBeforePrint(Sender: TfrxComponent); begin MasterData1.Dataset.First; end;
-
Does anyone have an example of how this kind of operation can be completed efficiently without excessive memory usage? No, FR doesn't have other features. Create 64-bit application to prevent 'Out of memory' errors
-
Try to reinstall Delphi 12
-
Can't load package C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\dclfrxTee29.bpl. %1 is not a valid Win32 application Run Delphi's installer and install Steema TeeChart Components
-
Use in the report's script (free FR Embarcadero edition doesn't have script support): procedure Page1OnBeforePrint(Sender: TfrxComponent); begin if MasterData1.DataSetName = 'MissingPostCodes' then Memo1.Text :=' Missing Post Codes' else if Mas…
-
https://forum.fast-report.com/en/uploads/800/8T0EI33EHY0C.zip See demo project in the attach
-
You may store some some values from subreport and then use it in the main report. FR's script is common for whole report
-
No, FR doesn't allow this
-
security can be set only if PDF standard is NONE Yes
-
You can use TfrxSubreport too
-
Use one instance of TfrxPDFExport in the project
-
No, use run-time designer
-
FR 4 doesn't have native QR codes support, try to test latest FR VCL 2023.1 https://www.fast-report.com/en/download/public_files/267/
-
Try to use compiled FRDemo
-
Set Page1.LargeDesignHeight to True
-
Do double click on the Calculation combobox https://forum.fast-report.com/en/uploads/139/UCKATFFFQB35.png
-
Try to uninstall FR (find and remove FR's GetIt entries from registry) and install it again
-
Use Memo.Text
-
Send sample of your subreports data to support.com
-
Copy ssl dlls from FR's Bin folder to your appliation folder
-
Set TfrxCheckBox.Expression to Random > 0.5
-
FR 6 doesn't have Delphi 11 support. Use FR VCL 2023