gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to add dfm+hpp. May be it will works or ask Embarcadero how to use ITE with c
-
Try to use TfrxPDFView.LoadPDFFromStream
-
You should add all FR's units with forms (pas+dfm) in the ITE project
-
Create a small demo project with error and send it to support@fast-report.com
-
FR FMX doesn't have RTF support
-
Send screenshot with wrong behavior to support.com
-
We really like the favourites tab in the object inspector. Will be available soon
-
What does "totals file" means? Send a data for report's preparing in the mdb, xls, csv format, your report template (fr3), prepared report (fp3) and a sample what you want to get to support.com
-
Try to add data with secific value like $$$ snd hide they in the cross' OnPrintCell event
-
FR doesn't use OnGetText for string fields
-
[Get('GB-'+IntToStr(<SatzDS."Gruppe">))]
-
https://www.fast-report.com/en/blog/show/swiss-qr-in-delphi-lazarus/
-
https://forum.fast-report.com/en/uploads/281/JM3F80V37H3S.zip See a sample in the attach
-
Store field value in the report variable during report's script executing and then show this value on the page footer
-
It seems your jpg is corrupted
-
Yes, you need to prepare report DataModule4.frxReportInvoice.PrepareReport; first
-
See a sample in the Demos\PrintTable folder
-
Add new TfrxReportPage with PageCount = 1, set PageCount if Engine.FinalPass = True in the previous TfrxReportPage OnAfterPrint event
-
Try Report.PreviewPages.LoadFromStream(lSTr); try for i := 0 to Report.PreviewPages.Count - 1 do begin List := Report.PreviewPages.Page[I].AllObjects; for J := 0 to List.Count - 1 do if CompareText('MEMWATERMARK', TfrxComponent(List[J]).N…
-
Send your report template (fr3) and prepared report (fp3) to support.com
-
Add Page2 to report and use in the script procedure Page1OnAfterPrint(Sender: TfrxComponent); begin Page2.PageCount := 4 - <Page> mod 4; end;
-
Try to convert RGB color to integer
-
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?