gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 585
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
It seems you are use free FR Embarcadero edition. It doesn't have run-time designer support. Use FR Standard or higher
-
Use TfrxPageFooter band instead of TfrxReportSummary band Place TfrxPictureView on the TfrxPageFooter band
-
Works OK for me https://forum.fast-report.com/en/uploads/760/IZTVJB40XWMV.png
-
This forum is cold now. Ecology is really no good. Use ticket system https://support.fast-report.com/tickets/new/
-
But, i didn't find a component to export fast report into excel document. Do you use registered edition of FR (Standard, Professional, Enterprise) or free FR Embarcadero edition? Excel export filter doesn't included in the free FR Embarcadero editio…
-
send your report template to support.com
-
set('machname', #39+MSelect.Text + ); should works in the FR's script
-
Try <MyDataset."INVOICENUMBER"> + 'F123'
-
Use TfrxPDFView.LoadPDFFromStream (available in the FR VCL 2022)
-
OnProgress is Delphi's event, just use record count in this event. OnProgress called after each prepared page