> I have a Quickreport which lists a bunch of records over several pages,
and I
> want to show a column total at the base of the entire list. I assume I
would use
> a SummaryBand, and somehow would use a QRExpr component. But I cant see
how I
> can trigger the addition from the QRDBtext component.
>
> Any help would be gratefully received

You're right you would use a QRExpr component.
All you should need to do is set the property 'expression' to
SUM(Query.FIELDNAME)

If you double click the Quick Report and hit preview you can see the result
(assuming your Query or Table is active).

Michelle

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to