gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 577
- Last Active
- Roles
- Members, FR Team
Comments
-
Create support ticket https://support.fast-report.com
-
Try to set full permissions for all users for folder with frxExportBaseDialog.obj
-
frxPDFExport1.DigitalSignCertificatePath := 'YourPathToCertificate';
-
Set frxPDFExport1.DigitalSignLocation frxPDFExport1.DigitalSignReason frxPDFExport1.DigitalSignContactInfo frxPDFExport1.DigitalSignCertificatePath frxPDFExport1.DigitalSignCertificatePassword
-
https://forum.fast-report.com/en/uploads/267/AXWGO3Z8QVYV.zip See a sample in the attach
-
There is no such converter
-
Do you use latest FR 5.6.18?
-
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…