gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Send small demo project with described behavior to support.com
-
Use var p, dest_page: TfrxReportPage; begin //there are Page1 and Page2 in the frxReport1 p := TfrxReportPage.Create(frxReport1); frxReport1.Objects.Remove(p); dest_page := TfrxReportPage(frxReport1.FindObject('Page2')); frxReport1.Object…
-
Try procedure Footer1OnBeforePrint(Sender: TfrxComponent); begin FillChild.Height := Engine.FreeSpace - MasterData1.Height - Footer2.Height - ReportSummary1.Height - 0.00001; Line1FillChild.Height := FillChild.Height; Line2FillChild.Height := Fi…
-
Fast Report doesn't have flutter desktop support
-
Add empty child band and set his memos' height to Engine.FreeSpace - ReportSummary1.Height - 0.00001 in the child bend on before print event
-
Create small demo project and send it to support.com. Send a sample what you want to get too
-
FR VCL doesn't have such feature. Use report's script https://www.fast-report.com/en/faq/12/102/
-
Remove path to FR FMX folder for VCL project Library Path
-
No, FR doesn't have such feature. Rotate page by the printer's driver if this is available
-
Do you can to show blob content in the TDBRichEdit on the form?
-
See FRDemo 2.fr3 report template. Set GroupHeader1.StartNewPage to True
-
Did you try to use Dot-matrix report?
-
Try to use Dot-matrix report
-
Send your report template (fr3), prepared report (fp3) and photo of printout to support.com
-
Show/hide objects from GroupHeader1 and restore/set to 0 GroupHeader1.Height in the GroupHeader1.OnBeforePrint event in the script depend of field's value procedure GroupHeader1OnBeforePrint(Sender: TfrxComponent); begin if VarToStr(<EstData.&q…
-
Please confirm, as well as the 30% per annum subscription for bug fixes, there will be an 80% charge (based on a 20% upgrade discount) whenever you decide to increase the major version number? No, 30% per annum subscription for bug fixes and new fea…
-
Add export filters support. In the Delphi: frxReport1.Script.AddClass(TfrxCustomExportFilter, 'TComponent'); frxReport1.Script.AddClass(TfrxCustomImageExport, 'TfrxCustomExportFilter'); frxReport1.Script.AddClass(TfrxBMPExport, 'TfrxCustomImageExpor…
-
use [SUM(IIF(<YourDatasetName."YourBooleanFieldName">, <YourDatasetName."YourNumericFieldName">, 0), YourDatabandName)] [SUM(IIF(<YourDatasetName."YourBooleanFieldName">, 0, <YourDatasetName."Y…
-
Do you have a problem with printing or exporting to PDF?
-
[IIF(30 < 40, IIF(30 > 40, 'y', 'n'), 'no')]
-
Try to use latest FR 6.9.6. Do you get same behavior?
-
Add DetailData band to report. Set DetailData.RowCount=1 (This is necessarily!) In MasterData1OnBeforePrint event set DetailData.RowCount:=<MasterDataDataSet."Quantity"> Place fields from MasterData's dataset on DetailData Bend and s…
-
See here: https://www.fast-report.com/en/news/show/release-fastreport-vcl-2020.0/
-
because any other pdf Send such pdf to support.com But this is not a very good solution It seems this solution doesn't works Who can get wrong pdf on the own (not customer) computer?
-
https://forum.fast-report.com/en/uploads/238/PYUESKWUGMSC.png Tell your customer to disable Use local fonts option in the Adobe Acrobat reader settings (Ctrl + K)
-
4. Do you can to get described behavior on the your computer?
-
1. Send your report template (fr3), prepared report (fp3) and result (pdf) to support.com 2. Send Arial.ttf from system where error is appear to support.com 3. What PDF browser, OS was used?
-
1.What version of FR do you use? 2.What version of Delphi do you use? 3.What version of Delphi do you use? 4.Try to test compiled FR Demo https://www.fast-report.com/en/download/public_files/264/ on client computer with client prepared report (fp3)…
-
Group footer needs dataset which allow Prior method. Do you use such dataset? Some datasets are unidirectional (like DBX) and Prior will not works
-
Modify test project from attach to show your behavior and send it to support.com https://forum.fast-report.com/en/uploads/724/AST50SV8NMVN.zip