gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 563
- Last Active
- Roles
- Members, FR Team
Comments
-
See here:http://www.fast-report.com/en/forum/index.php?showtopic=12410
-
Your RapportoTessereAmountCharge have %2.2n format Attach report template with problem
-
Show your code
-
In the up-left corner of SQL query editor window
-
See attach
-
wrote: I tried 3 columns as well but it didn't work Attach your current report template (fr3) here
-
Did you compile fqb190.dpk first?
-
wrote: can we open .rpt files and convert them to fastreports? No, there are no CR to FR VCL converter
-
You may set TfrxPDFExport.PageNumbers and export each page as separated document
-
Don't set parameter properties, just set SQL query text
-
What result did you get when use FR 5.1.10 with D2007?
-
Set check box state in the OnBeforePrint event of check box object
-
wrote: Do you confirm that the bug persists in FR 5? Yes, I confirm such behavior in the FR5 too
-
Possibly different behavior of code in the XE6 and XE7
-
FR 4.15.13 - works OK
-
Try procedure ReportSummary1OnBeforePrint (Sender: TfrxComponent); begin end;       procedure ReportSummary1OnAfterCalcHeight(Sender: TfrxComponent); begin     if Engine.FreeSpace < ReportSummary1.Height Then Engine.Newpage;    …
-
It seems a bug in the FR engine
-
It seems a bug in the FR engine
-
Try to use TfrxReportPage with 3 columns
-
I think you should set TfrxPDFExport.PageNumbers and TfrxMailExport.Address properties
-
Use "Select * from t_asset_serv_hdr" Query for Master Query "Select * from t_aset_serv_dtl WHERE RecID = :RecID" for Detail Query Set the ADOQuery2.Master = ADOQuery1
-
Try frxReport1.PreviewPages.SaveToFile(SaveDialogExport.FileName);
-
Attach your report template (fr3) here
-
I think you will get same error with ebbedded fonts in the XE7
-
Use mirror child bands See attach
-
What edition of FR do you use? TfrxMailExport and TfrxXLSExport filters doesn't included in the FR Embarcadero edition
-
Attach your report template (fr3) here
-
Attach your saved preview pages (fp3)
-
Try Query->SQL->LoadFromFile(Sql1File); Query->Prepare(); Query->Active = true; MasterReport->Preview = nil; MasterReport->LoadFromFile(Report1File, false); MasterReport->PrepareReport(true); Query->Active = false; Query->…
-
Try to print report summary at the bottom of the page See here for more info: http://www.fast-report.com/en/forum/?p=/discussion/12374