gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Also you can write custom function. See a Developer's manual for more info
-
TBarSeries(Chart1.Series[0]).Title := 'test';
-
Try 0000 format string
-
Hello, You can't to stop printing from FR when report was sent to printer
-
Your code works OK for me See attach
-
uses frxClass, frxPreview, ComCtrls, ToolWin, Buttons; ... procedure TForm1.ButtonClick(Sender: TObject); begin     ShowMessage('My Button pressed'); end; procedure TForm1.frxReport1Preview(Sender: TObject); var   Button: TSpeedButton; begi…
-
Init your values in TfrxReportPage.OnBeforePrint event
-
Hello, Add second TfrxReportPage with fixed page and set TfrxReportPage.PageCount You can resort preview pages after report's preparing: var i, j: integer; page : TfrxReportPage; begin frxReport1.PrepareReport(); j := frxReport1.PreviewPa…
-
See a demo in the attach
-
Try to use custom function
-
Did you set permissions for all access for all users for LibD18 folder? If you logon as administrator and UAC disabled - you should never have any problems with installation
-
Show what you get, show what you want to get
-
add dclfsTee14.bpl, dclfrxTee14.bpl design-time packages in IDE manually
-
You can't to use unidirectional datasets with groups because FR engine uses TDataset.Prior for groups
-
You can't to break cross-view. You should use two datasets (Master-Detail) instead of one. Master - USERS' list, Detail - data for user. Show detail's data by cross-tab
-
Use additional empty series with top and right axis
-
wrote: delphi7 error: fqb70.dpk(45) Fatal: File not found: 'fqbClass.dcu' fqb70.dpk not compiled! Ignore this error for FR Standart. FQB isn't included in FR Standart
-
FR 4.14.8 supports XE5
-
PDFExport doesn't available in FR FMX http://www.fast-report.com/en/fast-report-fmx-comparison%20/
-
Do you use latest FR? What type of
? Numeric or string? -
Did you select Standart edition when run recompile.exe?
-
If you select data from two or more tables - it will be read-only
-
wrote: If it is really the reason, when do you think that a new Version will be available? Fixed. Use 4.14.7
-
wrote: No, I have just installed FR4 Trial for D7, build a small Report and tried to Export to PDF. Yes. PDF Export form was saved in latest IDE by FR's developers. You can fix this if you have sources. FR Trial, FR Basic, FR Standart should …
-
arthursilvestre wrote: » arthursilvestre wrote: » you want to hide the master databand when there is no detail data? yes, exactly. Try to set MasterData3.PrintIfDetailEmpty to False
-
Yes, you can. If you will write wrapper for it
-
It seems PDF export filter dialog form was saved by Delphi XE-XE4 and contain some properties which doesn't available in D7
-
Do you want to add a button on TfrxDialogPage?
-
Use MasterData and DetailData band. Set MasterData.Height to 0, set DetailData.RowCount to n and place memos with MasterData dataset fields on DetailData band
-
Try to use cross-tab