gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
If you have a sources - recompile packages for any IDE with FR Recompile wizard (recompile.exe)
-
Attach small demo project with problem here
-
Try to store report templates in DB BLOB fields
-
Try to use band's OnBeforePrint event
-
Try to use PSoft barcode library (www.psoft.sk) for 2D barcodes support
-
What is the interest to create report for manual editing?
-
What build of FR do you use?
-
See a demo project in attach
-
You can edit one preview page only
-
Can you attach modified report from FRDemo with problem?
-
Try to set TfrxReport.EngineOptions.ConvertNulls to True
-
Also you can store several report templates in resources and use one instance of TfrxReport unit MainUnit; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, StdCtrls, ImgList, frxDesgn, frxC…
-
Yes, it's possible. Check Cross.Name property
-
Attach your report template here
-
See a sample in C:\Program Files\FastReports\FastReport 4\Demos\PrintStringGrid folder
-
Did you get this error in design-time or run-time?
-
wrote: Project binContentExplorerXe2FastReportBarcodes.exe raised exception class EClassNotFound with message 'Class TfrxBarCodeView not found'. Add TfrxBarCodeObject to your project
-
You should prepare report first frxReport.PrepareReport; frxReport.Export(frxPDFExport);
-
What script language do you use in report?
-
You can't to use CopyName# for this Use TfrxReport.OnPrintPage event
-
This error causes by GroupDescendentsWith(TfrxReport, TControl); code. This code hides TfrxReport from FierMonkey and for some reason "FindClass" function can't find for TfrxReport class when you're loading report(only in IDE). If you can't load…
-
2 - TfrxReportPage will be prepared for each record of frxdbdataset1 3 - TfrxReport will be prepared for each record of frxdbdataset1
-
Only design-time Report Designer available in FR Basic edition Learn about different FastReport?® VCL 4.* editions (Basic, Standard, Professional, Enterprise) here: http://www.fast-report.com/en/products/rep...ure-matrix.html
-
Try to recompile all FR's packages with recompile.exe
-
Attach your report template here
-
I don't found any reference for FIB_common.inc in FR's sources
-
Works OK for me. FR 4.12 See attach
-
Try procedure MasterData2OnBeforePrint(Sender: TfrxComponent); begin   if not Engine.SecondScriptCall then ligne:=ligne+1;   with MasterData2, Engine do   begin     if <> lastLigne then begin                    …
-
You can recompile FR's packages with IDE (see install.txt)
-
See a demo in attach