AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Sorry, but you can't combine *finished* reports.
-
We haven't tested FR with third-party components like RemObjects. We don't recommend to put TfrxReport component on any non-TForm descendants.
-
Please look at the demos\main, "Cross-tab reports/Old-style cross-tabs".
-
When the page is started, you cannot change ANY of its properties. It is by design.
-
1) put the TfrxGZipCompressor component into your project; 2) go designer, choose File|Save as, file type = compressed report.
-
There is many nice freeware syntax memo components like TSynMemo (or something like this - I don't remember now) from sourceforge.
-
Both TfsSyntaxMemo and TfsTree are "bonus" components Its development is stopped.
-
Sorry, I cannot reproduce this behaviour on my test project.
-
Fixed. But, anyway, you can't change this property from a script.
-
1.1) recompile.exe puts the run-time bpls to the System folder. 1.2) it's not an error, this line is not used in the FR3.0 (it was in 2.x). 2) FR2 and FR3 are incompatible, you should check all converted reports manually because there is so many d…
-
In this case wait for 3.07.
-
It works well for me. Could you send me a demo project with this error? tz@fast-report.com
-
Yet not. Seems it uses the same VCL as Delphi7, we tried to install FastScript in the Delphi2005 field test - it installs correctly, but we wasn't able to install FastReport3 for some reason. Maybe Delphi2005 release will works well.
-
Do you see the HELP folder after installing documentation pack?
-
1) FR uses table-style HTML export, not layer-style. You can use, for example, HTML export from Gnostice (link on our webpage) 2) yes
-
In this case all fields of your table should be numeric.
-
No, it has not.
-
Go cross-tab editor and turn off the "SUM" function for the cell.
-
I just think - how do you going to print double-byte chars on the dot-matrix printer which supports only dos codepage?
-
You should receive the registration email with instructions how to download the registered version with sources.
-
If you have FR3 Pro, remove all *.dcu, *.hpp, *.obj and try to recompile all packages.
-
There is no such limitation. Probably the syntax is wrong.
-
Fix the frxEngine.pas file: procedure TfrxEngine.AddPage; var  i: Integer;  SaveCurX: Extended;  Band: TfrxBand; begin  PreviewPages.AddPage(FPage);  CurY := 0;  ShowBand(FindBand(TfrxOverlay));  CurY := 0;  SaveCurX := CurX;  Head…
-
only change frxPreview.pas.
-
Try to play with "OEM codepage" setting in the print dialog.
-
1) no, you don't need extra licenses; 2) FR Std at least - it has end-user designer.
-
Do you use standard FRPDF export filter or one from PDFToolkit?
-
frxPreview.pas, procedure TfrxPreview.KeyDown(var Key: Word; Shift: TShiftState);
-
Don't change it from Delphi Object Inspector. This property is cleared each time you create a new report. You can change it from FR3 Object Inspector or from Report|Options dialog.
-
Fixed in 3.06.