gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 556
- Last Active
- Roles
- Members, FR Team
Comments
-
What ticket number? Did you try to write to this ticket again?
-
[<frxDBPool."NAMEVATER">+'/'+<frxDBPool."RASSEVATER">] should works if you concat string fields Try [VarToStr(<frxDBPool."NAMEVATER">)+'/'+VarToStr(<frxDBPool."RASSEVATER">)]
-
There is no such option
-
Recompile.exe doesn't start automatically in the latest FR. Run FR's recompile.exe with "Run as administrator" option, recompile all FR' s packages. If this does't helps - uninstall all instances of FR, remove all FR's files and folders (…
-
Did you set TfrxMailExport.Port?
-
Try to use TfrxReport.OnPrintReport event
-
Is FRDemo 99.fr3 works OK for you? Send report template (fr3) and prepared report (fp3) to support.com
-
Send demo project to support.com
-
Do you use FR VCL 4? It doesn't have such feature
-
TfrxXLSXExport (Excel 2007) or TfrxBIFFExport exporst with merged cell always
-
Use this converter: www.fast-report.com/pbc_download/fr3tofrx.exe
-
Yes, IBX is much easy to configure
-
You may use TfrxOverlay band with TfrxPictureView or set TfrxReportPage.BackPicture
-
Use this converter: https://www.fast-report.com/en/blog/307/show/
-
See a sample in the attach https://forum.fast-report.com/en/uploads/969/E7RZFUPHMCO6.zip
-
Do you use SMTP server with plain autentification or with SSL? You should use MS Outlook or MAPI options (mail client chould ne installed, configured and runned) or recompile all FR's packages with Indy support (uncomment {$DEFINE USE_INDY} in the f…
-
Confirmed. Resolving in progress
-
Did you set your printer in the report settings before set paper size?
-
FR 6.8.5 works OK for me. Try it
-
Can you set format what you need in the FR Designer? What result did you get when print this report?
-
FR doesn't have such feature
-
Yes, you can set visibility of TfrxReport page in the main procedure of the script only
-
It seems your data is not enough (there are no CGST, SGST, IGST in the data)
-
uses fs_iinterpreter; var i: integer; v: TfsCustomVariable; begin for i:=0 to frxReport1.Variables.Count-1 do if frxReport1.Variables.Items[i].Name[1]<>' ' then ShowMessage(frxReport1.Variables.Items[i].Name); for i :=…
-
Is unit1.pas FS unit? FR will not works with Delphi's units. Use Fast Script unit
-
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, frxClass, frxDesgn; type TForm1 = class(TForm) Edit1: TEdit; ComboBox1: TComboBox; Button1: TButton; Label1: T…
-
Can you attach your report template (fr3) here?
-
Move row 2 to TfrxChild band and show/hide this band depend of row 2 datafield value
-
Did you change paper size before preparing of report?
-
Copy Unit2.pas into S:\__test\Win32\Debug folder