gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
Add TfrxChartObject to your project
-
Is there a way to publish report that retrieve data from delphi data access component? It seems no such way
-
Yes, of course
-
I think Windows Rich object is slow
-
Use frxReport1.PreviewPages.SaveToFile
-
Detail query: select * from orders where CustNo := CustNo -- CustNo is a field name from master dataset Set DetailQuery.Master = MasterDataset
-
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?