gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Add TfrxBarcodeObject to your project or add frxBarcode unit in the uses list
-
Try to use subreports, see FRDemo "Side-by-side subreports" sample
-
Set Page1.LargeDesignHeight to True
-
Try to check Engine.FreeSpace in the TfrxMasterData.OnAfterCalcHeight event and call Engine.NewPage if free space is not enought
-
You may change PDF button behavior in the preview unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, frxClass, frxExportPDF, frxPreview, frxDsgnIntf, Menus; type   TForm1 = cla…
-
Jo??o Ferreira You may use PDF printer to get TfrxRichView as text in the FR5
-
Daniel Gex wrote: » I have with the Standard Edition no source code. How can I fix this problem? Use FR 5.6 - 5.6.3 or wait for next build of FR
-
Modify frxPreview.pas in the Source folder: procedure TfrxPreview.SetFindFmVisible(Value: Boolean); var NeedChange: Boolean; begin NeedChange := Value <> FSearchFrm.Visible; //FSearchFrm.trvFind.Items.Clear; if Value then TextToFind := ''; if…
-
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