gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
FR VCL doesn't have such feature
-
Attach your report template (fr3) and saved preview pages (fp3) here
-
Check Y value. It seems it contain quotes
-
FR 5.1.10 exports images to PDF
-
wrote: My problem is that report is still showing a dialogbox. Ins't there a property as "SiltentError" or "NoMessageOnError" ? Try to set TfrxReport.EngineOptions.SilentMode to True and TfrxReport.EngineOptions.NewSilentMode to simSilent
-
Attach your report template (rtm) here
-
Try to use one TfrxMemoView with frame and text instead two overlapped TfrxMemoView