gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
Attach small demo project with problem here
-
Try to close frxReport1.PreviewForm if frxReport1.PreviewForm <> nil before frxReport1.ShowReport;
-
Use IIF function
-
use if double(frxReport.Calc(TfrxMemoView(Sender).Text)) >= 147.0 then instead of if double(TfrxMemoView(Sender).Value) >= 147.0 then
-
Yes, create custom function and load and use library in the Delphi's code
-
FR PDF export filter doesn't have such feature
-
wrote: The 'trick' ( or design ) is to use the print / export functions on the preview component But you tell wrote: I tried both now without any difference What is right?
-
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