gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to use Masterdata2 from subreport instead of MasterData1
-
Do you use frxPreview1.Print or frxReport1.PreviewPages.Print?
-
If you use IBX or FIBPlus for access to FB - you may attach test database and test project here
-
var o: TfrxShapeView; begin ... o.Width := 5; o.Height := 5; o.Curve := 0; ... end;
-
You should fill TfrxReport.Datasets, TfrxReport.EnabledDatasets
-
wrote: The checkboxes in "Select Report Datasets" are blank Did you check it in design-time?
-
Test project with problem based on standart Delphi's components and local database, please?
-
Works OK for me in XE4
-
attach your png file here
-
Attach you report template here
-
frxReport1.LoadFromFile(ParamStr(0)+'test01.fr3'); frxReport1.DesignReport; This code should works if you 1. Install XE5 without FR Embarcadero Edition and then install your registered version of FR 2. Install XE5 with FR Embarcadero Edition, c…
-
wrote: if i put the field frxagenda."rapport"> direct in the report it shows fine. Can you attach your fp3 file with values?
-
Show bereken_rij code and check value
-
But you have a previous version of Delphi with Rave and can use FR Trial for converting
-
latest FR 4.15.3 works OK for me
-
see here: http://www.fast-report.com/en/blog/26/show/
-
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