gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Recompile FR with Indy support (uncomment {$DEFINE USE_INDY} in the frx.inc)
-
Ask Xailer developers: https://www.xailer.com/?products&productxafastreport
-
Yes, this is new release version
-
For unicode characters you should use unicode fonts (like Arial Unicode MS)
-
Try Call frx.AddVariable(prog, "new", "'" + Label1.Caption + "'")
-
See Bin folder of FR for COM/ActiveX 4.9.314
-
Load your image to MS Paint, save and use saved jpg
-
Prepare report and then export it to PDF and print
-
Modify frxPreview.pas @@ -2152,6 +2152,11 @@ begin     end;     Free;   end;} +  if not (Self.Parent is TfrxPreviewForm) then +    begin +      FindFmVisible := not FindFmVisible; +      exit; +    end;   if …
-
Try MemoTitle.font.style := fsBold + fsUnderline;
-
Did you really use FR FMX report templates instead of FR 5 VCL report templates?
-
Do you can to show an image in the TDBImage?
-
Development of FR Server stopped 5 years ago. Sorry, FR Server doesn't have Silverlight support
-
It seems you still have some FR Embarcadero edition units installed. Uinnstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install FR Standart again
-
Use FR 6. It exports TfrxRichView as text to PDF. Or use PDF printer
-
FR's engine doesn't allow to change PageFooter height during preparing of report, place TfrxRichView on TfrxChild band and show it by Engine.ShowBand in the report script when you need
-
Sorry, FR doesn't have such feature
-
Try to set full permissions for all users for FR's LibD21 folder
-
Modify frxClass.pas: procedure TfrxReport.WriteVariables(Writer: TWriter); begin // frxWriteCollection(FVariables, Writer, Self); end;
-
unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, frxClass, frxPreview, frxPreviewPageSettings; type   TForm1 = class(TForm)     frxReport1: TfrxReport;     procedure …
-
Yes, you can. Set Engine.CurY := Engine.CurY + Engine.FreeSpace - Band.Height - 0.0001 before band's printing
-
and this is a red one works OK for me in the 4.9.314
-
You may use Code128 barcode
-
I don't know about such import tool
-
Did you install frxAddFunctionLibrary 5.00?
-
TfrxMemoView.HideZeros = True
-
[ReplaceStr('TestTestTest', 'T', 't')]
-
wrote: how to correctly convert frx file to fr3 file ? Open FR.Net designer, load frx, save it as fr3, correct fr3 manually in the FR VCL designer
-
FR uses ZLib unit for x64 {$IFDEF CPUX64} {$IFNDEF FPC} ZLib, {$ELSE} frxZLib, {$ENDIF} {$ELSE} frxZLib, {$ENDIF}
-
Use frxAddFunctionLibrary 5.00 http://www.fast-report.com/en/forum/?p=/discussion/11633 or create custom user function