Search the Wiki

Viewing 376 to 378 of 409 items

How To…Show a Total in the Last Detail

Question “How can I show the sum of the previous details in the last detail band of a group, rather than using the group footer or footer band?” Solution This can be done by making the calculation in a TppVariable, then manually adding a DrawCommand to the page aligned with the last detail band of  Full Article…

0

How To…Keep a Running Total in the Header

Question “How do I keep a running total of the previous page(s) in the header band of the current page being viewed?” Solution Place a TppVariable inside the footer band of the report to keep track of the running total until that point.  Then assign that value to a TppVariable located inside the header band  Full Article…

0

How To…Display Subreport Totals in the Main Report

Question “How do I display totals calculated inside a subreport in my main report?” Solution Delphi: Update the main report variables directly inside the OnCalc event of a variable inside your subreport. RAP: Declare a global TppVariable from the Module view inside the code workspace (RAP). Set the global variable equal to a TppVariable in  Full Article…

0