gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 557
- Last Active
- Roles
- Members, FR Team
Comments
-
Comment lines with errors in the hpp file
-
Use something like ZertifikateMemo.Visible := = 1; in the band's OnBeforePrint event
-
Create small demo project with error and send it to support@fast-report.com
-
Use Ctrl+Space
-
wrote: I need put the OLE Object in report and dynamically the OLE Object read the PDF file in directory and show it. TfrxOLEView can show first PDF page only and can't to control scaling of this page
-
Create user's function (TfrxReport.OnUserFunction) to send Value from TfrxMemoView.OnAfterData event
-
sqlite and dbf DB engines available only (see sqlite and lazdbf folders)
-
1. Create a new program (File -> New -> VCL Forms Application). 2. Project -> Add -> Browse and find ConverterQR2FR.pas. 3. Depending on the components you have installed, you might have to remove the following units from the uses …
-
This code else if (CampoValido(sVarName)) then Value := '0'; returns string, for "VALOR_TOTAL", "VALOR_PRESTACAO" and others which are using in aggregates. FastReport uses variant types for aggregates , that means SUM function works even for str…
-
Use TfrxBIFFExport from FR 4.15.13
-
Try to assign TfrxReport.Dataset with your dataset
-
wrote: Looks like that Lazarus 1.8 does not work with FR 5.6.18 ? Create support ticket to get some modified FR 5.6.18 files for Lazarus 1.8.4 support
-
Reinstall FR and you will get FR on the splash screen first time. But better don't see on splash screen and do nothing
-
Try to use procedure TForm1.frxDesigner1Show(Sender: TObject); begin   TfrxDesignerForm(frxReport1.Designer).ObjectsTB1.Visible := False;   TfrxDesignerForm(frxReport1.Designer).StandardTB.Visible := False;   TfrxDesignerForm(frxReport1.Desig…
-
Try to use TfrxReport.OnReportPrint event
-
Remove all FMXf*26.bpl files from C:\Windows\SysWOW64 folder
-
Add second monitor again or go to menu View-Options and press Restore Defaults button
-
Use TfrxReport.PrintOptions.PrintMode = pmJoin and set TfrxReport.PrintOptions.PrintOnSheet
-
Is FR 5.6.18 / 6.2.16 have same behavior?
-
Do you use latest FR 5.6.18?
-
Print button works like open button unit Unit1; interface uses   Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,   Vcl.Controls, Vcl.Forms, Vcl.Dialogs, frxClass, frxPreview, frxRes; type   T…
-
Do you use latest FR 5.6.18?
-
Try this: https://www.fast-report.com/en/fastreport-e...cadero-edition/
-
See FRDemo "Interactive reports" section "Drill-down groups" report
-
http://fast-report.com/pbc_download/ProgrammerManual-en.pdf http://fast-report.com/pbc_download/DeveloperManual-en.pdf http://fast-report.com/pbc_download/EnterpriseEn.pdf
-
Export filters are not included in the free FR FMX Embarcadero edition, they are included in the FR FMX Professional
-
wrote: I am asking you 5 times to explain what are the events Use TfrxMemoView.OnAfterData event https://www.fast-report.com/public_download...rdata_event.htm I can't to help you without small demo project with error. Small project with o…
-
1. Don't use TfrxMemoView(Sender).Text 2. TfrxMemoView(Sender).Text is string, so it should be TfrxMemoView(Sender).Text := 'some text or expression'; 3. I'll see your ROfferte.fr3 from https://support.fast-report.com/tickets/535050 to understand…
-
Set TfrxReport.EngineOptions.ConvertNulls to False and use [IIF( <> null, * 5, '')]
-
See a demo report template for FRDemo in the attach