gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Attach your repport template first
-
Attach your report template here
-
Do you looking additional FR libraries for? http://www.stalker4.dp.ua/en/index.html
-
I don't understand why you use subreports instead DetailData and SubDetailData bands See attach with one report page
-
Use aPic.Width := 5.30 * fr1cm;
-
Attach your report template
-
Try to place each shape on separate child band
-
You should stop report's preparing and wait this in TfrxReport.OnEndDoc event
-
See a small report template with mixed page orientation in attach
-
Try to disable GlobalDatasetList: TfrxReport.EngineOptions.UseGlobalDatasetList := False;
-
TfrxReportPage(frxReport1.FindObject('Page1')).LeftMargin := 20;
-
wrote: I tried manually installing the packages, but encountered errors doing this. What errors? Did you try to use recompile.exe?
-
See attach
-
wrote: So the case is I have a datasource in my Delphi project named DM_ELEMENTS and DM_CALIBRATION. You should create MD link in Delphi
-
No other solution. You should replace or correct frxChartEditor.dfm
-
Do you get correct result when try to use this code in FR3 now?
-
Try to modify in frxrcDesgn.xml and change localization again
-
Try to add additional line with space to TfrxMemoView
-
Use div 4 group condition
-
Try [IIF(=0,'A9 / EG9',IIF(=1,'A10 / EG10',''))]
-
Attach your report template here
-
Try TfrxMemoView(frxReportPermits.FindObject('Memo2')).Memo.Text
-
Try to use compiled FRDemo: http://www.fast-report.com/pbc_download/fr4demo.exe
-
Use if (rowIndex < Cross1.rowCount - 1) and (columnIndex > 1 ) then begin if (value <> null) and (ValidFloat(value*1.00)) then Memo.Text := Format('%2.0m',[value*1.00]); end;
-
wrote: how do I open and edit fr3 files? Use FR Designer wrote: how do I convert them to doc, pdf and other popular filetypes? Use FR Export filters
-
Attach small demo project here
-
Attach your small demo project first
-
Try do disable Page Breaks and enable Continuous options in Excel export dialog
-
FR Embarcadero Edition doesn't support events, dialogs, cross-tabs and some exports
-
See a demo project in attach