gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Run-time FR Designer doesn't included in the FR Embarcadero edition
-
FR5 doesn't supports FireDAC for XE7 at this moment
-
Use Chart1.SeriesData.Items[0].Source1
-
wrote: I have 2 MasterData bands and I need the distance between them to remain the same regardless of the number of rows. Attach a sample what you want to get
-
Also check for installed Excel OLE automation object in the your system
-
Attach your report template (fr3) here
-
Try to show your dataset in the TDBGrid and compare it with report
-
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