gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Attach your report template (fr3) and prepared report (fp3) here
-
Use in the main procedure of the report script: begin   Page1.Visible := = 1;   Page2.Visible := = 2;   Page3.Visible := = 3; end.
-
akai1203 wrote: » oh my fault,thank you gpi . another question, If I dont want get value from a frp file(cause need read/write hdd) , how should I to get this value in code? in OnAfterPrint event ? Pass through all frxReport1.Preview…
-
See Text="123#2017-11-05"
-
Use uses frxBarcode2D; TfrxBarcode2DView(frxReport1.FindObject('Barcode2D1')).Visible := ...
-
wrote: to open a frp file Attach your "frp" file here
-
frp file is FR 2.5x prepared report file. Do you use FR 2.5x? Show how do you get MemoView value
-
Try to use StrtoDate in the params expressions
-
Set TfrxMasterData.Stretched to True
-
Try to call frxpt.loadfilefrom('xxx.fr3'); after all TfrxDBDatasets creation
-
See a sample for FRDemo in the attach
-
Use TfrxHeader and TfrxFooter bands for masterdata for several records. Get value before header/footer print
-
Did you add TfrxDesigner to project? Better to attach small demo project with error here
-
Use function TForm1.frxDesigner1SaveReport(Report: TfrxReport;   SaveAs: Boolean): Boolean; begin   if Report.Modified then ... end;
-
Attach your report template (fr3) and prepared report (fp3) here
-
Try to check current in the TfrxMasterData OnBeforePrint and OnAfterPrint events on the first pass
-
Does report template loaded to TfrxReport? Try frxReport1.DesignReport; if frxReport1.PrepareReport(true) then frxreport1.ShowPreparedReport;
-
unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, frxClass, frxExportPDF, frxPreview, frxDsgnIntf, Menus; type   TForm1 = class(TForm)     frxReport1: TfrxReport;     …
-
Try to uninstall all instances of FR, remove all FR's files and folders (see hidden and system folders too) and then install latest build of FR again
-
wrote: they have parameters Does parameters have default values?
-
Use TfrxBarcode2DView.Expression property
-
Confirmed. Your ticket #449070 was redirected to our developer. Resolving in progress
-
Place TfrxMemoView with frame on the band with subreport, set TfrxSubreport.PrintOnParent = True, TfrxMemoView.StretchMode = smMaxHeight
-
Try to remove HKEY_CURRENT_USER\Software\Fast Reports registry entry
-
1. Do you use latest FR 5.6.7? 2. Try to open session, print from any other application (MS Word, WordPad), run your application and print prepared report. Did you get same behavior?
-
Create and send small demo project with error to support@fast-report.com
-
Set band's PrintIfDetaiEmpty to True
-
Does frxClass.hpp exists in the FR's LibDXX folder?
-
See attach
-
Add path to FR's LibDXX folder to Library and Browsing path in the IDE