gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Unblock file from Windows file's properties window
-
Unblock file from Windows file's properties window
-
Try to split your masterdata band on several child bands
-
wrote: I have a more difficult - unusual perhaps? - question. If a Memo's data is the same as it was in its previous occurrence, I want it to be invisible (Visible:=false), but visible once again the data changed. But it is also important for the …
-
Try to fill Fields property of TfrxUserDataset
-
FR Embarcadero Edition dosn't support internal datasets. So, easy way - install FR Trial and convert Rave reports. Other way - comment all references to internal datasets classes in ConverterRR2FR.pas
-
Try to use condition like FormatDateTime('dd.mm.yyyy', )