gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 558
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to add System.Win in the project's Unit scope names
-
I think the text prefixed with "6" should have same behavior like the text prefixed with "3"
-
Try to set TfrxCSVExport.UTF8 to True
-
wrote: The text prefixed with "6" (inside the purple box) is not "greyed out" although the "Focus Control" and associated Button are disabled! Why it should be "greyed out"?
-
wrote: I've read that TfrxExportMail not support gmail ssl encrypted connection, is true? Yes, use TfrxMailExport with MAPI or MS Outlook options (mail client should be installed, configured and runned) or uncomment {$DEFINE INDY} in the frx.…
-
wrote: the label for Indy is "enabled" What is "Label for Indy"?
-
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