gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 558
- Last Active
- Roles
- Members, FR Team
Comments
-
It seems you still have some FR's files from previous version of FR in the system. Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install FR 5.6.6 again
-
Use Engine.NewPage to start new page during report's preparing
-
Add TfrxDialogControl to project or add frxDCtrl unit in the uses list
-
Try to prepare one page empty report frxReport1.LoadFromFile('OneEmptyPage.fr3'); frxReport1.PrepareReport(False); or frxReport2.LoadFromFile('OneEmptyPage.fr3'); frxReport2.PrepareReport(False); frxReport1.PreviewPages.AddFrom(frxReport2);
-
Try to install IDE on this PC and debug your application
-
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?