gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Place subreport's memo on the data band
-
use in masterdata OnBeforePrint event: MasterData1.Visible := <= 5;
-
Modify frxDesgn.pas procedure TfrxDesignerForm.UpdatePageDimensions; var   h: Extended; begin   if FPage is TfrxReportPage then   begin     with FPage as TfrxReportPage do     begin       ScrollBox.HorzScrollBar.Position := 0; …
-
You can resolve this problem if you have a sources. Do you have FR Professional or FR Enterprise?
-
You can set Engine.CurY in the script
-
attach your rtm file here
-
Try to use TfrxDBCrossView
-
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/