gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 577
- Last Active
- Roles
- Members, FR Team
Comments
-
uses fs_iinterpreter; var i: integer; v: TfsCustomVariable; begin for i:=0 to frxReport1.Variables.Count-1 do if frxReport1.Variables.Items[i].Name[1]<>' ' then ShowMessage(frxReport1.Variables.Items[i].Name); for i :=…
-
Is unit1.pas FS unit? FR will not works with Delphi's units. Use Fast Script unit
-
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, frxClass, frxDesgn; type TForm1 = class(TForm) Edit1: TEdit; ComboBox1: TComboBox; Button1: TButton; Label1: T…
-
Can you attach your report template (fr3) here?
-
Move row 2 to TfrxChild band and show/hide this band depend of row 2 datafield value
-
Did you change paper size before preparing of report?
-
Copy Unit2.pas into S:\__test\Win32\Debug folder
-
create small demo project with error and send it to support.com
-
IMHO create small demo project with "bug" and send it to support.com
-
Try to set TfrxReportPage.PageCount
-
Create small demo project with problem and send it to support.com
-
See FR's demo uses list and add same units to your application usses list
-
Set TfrxReportPage.PaperSize to A4
-
https://forum.fast-report.com/en/uploads/775/VUJTFT77YF13.zip See small demo project in the attach
-
Try to comment first two lines of the script
-
Mouse wheel always activated when you are use standard preview (not TfrxPreview) See https://www.fast-report.com/publicdownload/html/ProgMan/creatingacustompreview_window.htm if you are use TfrxPreview
-
Set Page1.TitleBeforeHeader to False
-
Fixed. Will be available in the next build
-
Try to build application without run-time packages or add fs26.bpl in the run-time packages list
-
Try TfrxMemoView(frxReport.FindObject('Memo1')).Text := 'daily report from ' + FormatDateTime('dd.mm.yyyy', now);
-
Try to use Trunc(<YourDatasetName."YourFieldName">) as group condition
-
No, FR FMX doesn't have such feature
-
Try to use TfrxMemoView.CalcWidth function
-
Fixed. Will be available in the FR 2.7.3
-
Run installer to uninstall previous version of FR. Use "Run as administrator" option Install all updates for Delphi Download latest FR's build and run installer with "Run as administrator" option
-
Send small demo project to support.com
-
Yes. It works with FR 4
-
Use text DFM, not binary DFM
-
Try to set Report.EngineOptions.DestroyForms to False
-
Find barcode component with GS1-128 Datamatrix barcode support, generate barcode as image and then use this image in the TfrxPictureView. Try also to use FR 6