gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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', )
-
See User's manual "8.4 Chart completion from Script" chapter
-
No solution. TfrxRichView and TfrxMemoView with HTMLTags exparted as images
-
See a Developer's manual "Custom Common Controls Writing" chapter
-
No. Autoswitch will be available in FR5 only
-
Attach small demo project here
-
You can't do it with FR. Try to change your printer driver settings if your driver support such feature
-
I don't use virtualtreeview and QR, but I think you can use two TfrxUserDataset