gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 594
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: Perhaps v5.6.6 was a procedural release only, and contained no new or changed functionality... Yes. There are no any changes between 5.6.5 and 5.6.6. Both builds (5.6.5 and 5.6.6) was created in the one day to aligh build numbers in th…
-
wrote: It happens in all kind of reports: just simple reports with all data in an dataset filled from within Delphi before opening the report, simple reports with an ibxDatabas accessed from within the report just select 3 field from one table an …
-
Try to reopen Detail query in the Master.OnAfterScroll event
-
Do you can to show Master-Detail report in the design-time? What problem do you have when try to show Master-Detail report in the run-time?
-
Add MasterData4, set MasterData4.RowCount = 1, move all objects from Footer1 to MasterData4, remove Footer1
-
Try to use TfrxMemoView.Color = clWhite for front memo
-
Use TfrxMasterData with RowCount = 1 instead of TfrxFooter
-
%2.3n
-
wrote: My guess is that FastReports is somehow modifying the query at runtime Or your code modify query at runtime
-
remove frxDBDataset1 from form
-
Use TfrxSubReport for columns 2-6. Set TfrxSubReport.PrintOnParent to True, set first column TfrxMemoView.StretchMode to smMaxHeight
-
Try to fill TfrxPictureView in the TfrxReport.OnBeforePrint event
-
Editor for 2D barcodes doesn't available. Use Object Inspector
-
Create small demo project and attach it here
-
Check TfrxReport.StoreInDFM property
-
Fixed and working demo project in the attach. Use designer to check your "code based" report
-
No, you can't to change TOLEContainer behavior
-
Create small and simple demo project with error based on standart Delphi's components and FRDemo database and attach it here
-
What export filter (XLS, XLSX, XML, BIFF8) do you use? Attach report template (fr3) and prepared report (fp3)
-
FR split pages automatically, so, you can't to change this behavior
-
FR split pages automatically, you can't to change this behavior without FR's sources changing (procedure SplitPage in the frxPreviewPages.pas)
-
See FRDemo "URLs, anchors" report
-
Install Interbase Express components or disable loading of FR for IBX packages
-
Use TfrxReport.OnBeforePrint event
-
What is value?
-
  frxReport1.PrepareReport(True);   frxReport1.PrepareReport(False);   frxReport1.PreviewPages.DeletePage(0); frxReport1.PreviewPages.DeletePage(0); will not work for one-page report
-
Sorry, but you can't to add this feature if you don't have a FR's sources. Try to move your code to Delphi's code
-
Modify frxOLERTTI.pas uses   Windows, Classes, Types, SysUtils, Forms, fs_iinterpreter, frxOLE, frxClassRTTI, Variants, OLECtnrs; //change ...   TFunctions = class(TfsRTTIModule)   private     function CallMethod(Instance: TObject; ClassTy…
-
1. Use one TfrxReport instance for correct Page# frxReportComposite1.LoadFromFile('1.fr3'); frxReportComposite1.PrepareReport (True); frxReportComposite1.LoadFromFile('2.fr3'); frxReportComposite1.PrepareReport (False); frxReportComposite1.LoadFromF…
-
Attach your report template (fr3) and prepared report (fp3) too