gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Before the Delphi upgrade I was using Delphi XE8 and FR 6.4.0 and never had this problem. Do you have same behavior with XE8 and FR 6.4.12?
-
Attach your report template (fr3) here
-
What build of FR do you use? Attach your current report template (fr3) and prepared report (fp3)
-
Set objects' Visibility to [vsPreview,vsPrint]
-
Try to use TfrxPreviews with Zoom = 0.2 ... 0.5 for dashboard
-
Hello, Sorry, but you can't to hide scrollbars without changes of FR's sources: see frxCtrls.pas: procedure TfrxScrollWin.CreateParams(var Params: TCreateParams); const BorderStyles: array[TBorderStyle] of DWORD = (0, WS_BORDER); begin   inher…
-
Download FR 2 manual http://www.fast-report.com/pbc_download/24pdf_eng.zip and read it
-
If you are load fp3 files for exporting - pass through all TfrxReport.PreviewPages and add watermark on the each of them
-
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?