gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to use MasterData1.Dataset.Open; MasterData1.Dataset.First; in the PageHeader.OnBeforePrint event
-
Use https://cpanel.fast-report.com for support FR 5 and later scan all datasets to get fields' types. It needs some time for this. You may modify FR's sources comment ds.GetFieldList(FieldsList); in the frxDataTree.pas
-
FR doesn't have such feature. Try to create user's function to set export dialog filename from Delphi's code (will be called from script)
-
Copy ssl dlls from FR's Bin folder to your appliation folder
-
Try to set C:\Temp\fr.ini instead of \Software\Fast Reports
-
If you want to use FR for non-installed Steema TeeChart packages - you should install Steema TeeChart first. If you have Steema TeeChart Professional - run FR's recompile/exe with "Run as administrator" option and change TeeChart version
-
No, FR FMX doesn't have such feature. Use FR VCL
-
Use YearOf(<frxDBDataset1."StartedOn">)*100 + MonthOf(<frxDBDataset1."StartedOn">) for month and year condition
-
FR doesn't have such feature
-
Use frxReport1.PreviewPages.LoadFromFile('d:\boleto.fr3'); frxReport2.PreviewPages.LoadFromFile('d:\teste.fr3'); frxReport1.PreviewPages.AddFrom(frxReport2); frxReport1.Preview:=frxPreview1; frxReport1.ShowPreparedReport;
-
Press No button to disable loading FR for TeeChart packages
-
You should use different queries (Master-Detail) instead of same query
-
What does "active in screen" means?
-
It seems you should change FR's sources only
-
Use Engine.ShowBand(Child1)
-
Is page's size available for your printer?
-
Try to set TfrxReport.EngineOptions.UseFileCache and TfrxReport.PreviewOptions.PictureCacheInFile to True
-
https://forum.fast-report.com/en/uploads/079/25TXJWKWAA7D.zip See a sample in the attach
-
Use frxReport1.PreviewPages.DeletePage to delete pages before preview
-
Use frxReport1.PreviewPages.DeletePage to delete pages before preview
-
No, FR doesn't have such feature
-
Send your current report template (fr3), prepared report (fp3) and result what you want to get to support.com
-
See FR's manual how to create Master-Detail report: https://www.fast-report.com/public_download/docs/FRVCL/online/en/UserManual/en-US/Creating_reports/Report_with_two_data_levels_(master-detail).html
-
Use two datasets: Master with unique group conditions, Detail - with group data. Place TfrxDBCrossView on the MasterData band, use Detail dataset for TfrxDBCrossView See FR's manual how to create Master-Detail report: https://www.fast-report.com/pub…
-
Did you try to use Copy function? https://forum.fast-report.com/en/uploads/500/K2Q1MMB1GAVN.png
-
Use MyText.Memo.Text := '[frxDBDSCTSummary."UsersRef"] User ID: [frxDBDS_CTSummary."UserID"]'; instead of MyText.DataSet := frxDBDS_CTSummary; MyText.DataField:= 'frxDBDSCTSummary.UsersRef' + ' User ID: ' + 'frxDBDS_CTSummary.Use…
-
There is no such property or method
-
TfrxPDFView doesn't have such feature
-
Use expressions. See attach https://forum.fast-report.com/en/uploads/096/Q81CDPSM0B0P.png
-
It seems you are use free FR Embarcadero edition. It doesn't have run-time designer support. Use FR Standard or higher