tsmr
tsmr
About
- Username
- tsmr
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gordk wrote: » place a memo or a doted line object in an unattached child band use the engine.showbandmethod write codee to check the engines freespace and repeat the # of times the band shows note you will probably need a header and fotter ban…
-
I implemented this feature using property ReportPage.BackPicture
-
Update on the issue: this works report_page := TfrxReportPage(FormReport.frxReportLoader.FindObject('Page1')); this doesn't report_page := FormReport.frxReportLoader.FindObject('Page1') as TfrxReportPage;
-
gordk wrote: » Have you loaded the report into the tfrxreport component first before trying to modify it? Yes. Report operations are done in the following order (batch print): 1. load fr3 file 2. show/hide backpicture 3. prepare repor…