KB-28788: Printing multiple tables per Report.
Question: How can I print more than one table in the same report? Solution: To do so, set up the report’s Query so that all desired tables are linked and…
Question: How can I print more than one table in the same report? Solution: To do so, set up the report’s Query so that all desired tables are linked and…
Question: Can I change a Report’s figure at run time before printing it? Solution: Yes, you can. To do so, follow these procedures: 1. Add a Historic with a field…
Question: How can I group data by minute in a Report? Solution: To do so, you must first insert a new Group Header/Footer section in the report. To set…
Question: How can I display the current time in a Report? Solution: To do so, you must create a CurrentTime Demo Tag and link it to a Report’s data field.…
Question: How can I copy an E3Chart from a screen to a Report? Solution: To do so, you must use CopyConfig method in the Report’s scripts. For example: Sub OnBeforePrint…
Question: How can I calculate the standard deviation in data recorded in the database, and display the result in a Report? Solution: This can be done via the Setpoint object’s…
Question: Why does the following error occur when exporting a report to Excel? ActiveReports Excel Export error: pages collection or RDF file may be corrupt Solution: This error occurs because…
Question:Can I export a report with more than 40 columns to the Excel? Solution: Yes, you can. Up until Excel version XP, you could export a report with a maximum…
Question: How can I print a Report with an E3Chart created in an XControl? Solution: Since the chart is on a screen that opens in a splitter, you must write…
Question: How can I create a report whose values column remains next to the original column, and not on a new page? Solution: To do so, you have to set…