gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 563
- Last Active
- Roles
- Members, FR Team
Comments
-
I don't use D2007, but D7 works OK too I use latest FR 5.0.11
-
If you have a sources - you can modify frxClass.pas TfrxSysMemoView = class(TfrxCustomMemoView) public class function GetDescription: String; override; published property AutoWidth; property CharSpacing; property Color; //add this line
-
frxDB18 is not FR for FireDAC package Did you copy all files from Source\FireDAC folder to LibD18 folder before compiling&
-
FR5 works OK with XE4 - I can run FQB
-
Does TfrxDesigner.Standalone = False?
-
attach frx.inc from LibD11 folder
-
Did you get same error with FRDemo?
-
Place TfrxChartView on group footer and set masterdata band as chart series source
-
No, FR doesn't have such feature
-
It seems somethintg wring with FR installation. Try to reinstall FR again
-
You can decrease TfrxBarcode2DView.BarProperties.PixelHeight
-
wrote: It appears that Fast Reports cannot be installed into more than one IDE. If you have a sources -you can compile FR packages for any IDE by recompile.exe If you don't have a sources - install FR fpr one IDE, store FR's LibDx folder, un…
-
Set permissions for full access for all users for S:\Program Files (x86)\FastReports\FastReport 5\LibD15 folder
-
replace [,] with <,> in the expression
-
Try to prepare report on the second TfrxReport and then call frxReport1.PreviewPages.AddFrom(frxReport2) or assign TfrxReport.Dataset with your master dataset
-
You can't get TFrxMemoView(sender).value in TfrxReport.OnBeforePrint event, try to use frxReport1.Calc(TFrxMemoView(sender).Text)
-
Try to use frxreport1.Variables.variables or frxReport1.Calc('')
-
It seems a bug in TeeChart or you use fixed colors for series
-
It seems a bug in the TeeChart
-
It seems a TeeChart problem, not FR
-
Add TfrxGradientObject and TfrxCrossObject to your project
-
procedure Memo1OnBeforePrint(Sender: TfrxComponent); begin   if > 1000 then Memo1.Color := clRed;                                                                         …
-
You may use report or script variables: frxReport1.Variables.Variables := 1; frxReport1.Variables.Variables := '''' + 'test' + ''''; frxReport1.Script.Variables := 'test';
-
Fixed in the latest FR's build. Use FR 4.15.11
-
It seems you still use FR Embarcadero edition. Uninstall all instances of FR, remove all FR's Files and folders (see hidden and system folders too) and then install FR again
-
And set frxHTMLExport.FileName
-
Also you can set Left/Right frame border for TfrxMemoView
-
See a demo in the attach
-
wrote: Is FR 5 any better in this respect? I think - no. Try to set TfrxPictureView.HightQuality to True
-
FR 4.15.11 with XE6 support available at this moment