Jump to content


Golli

Member Since 19 Jan 2005
Offline Last Active Feb 12 2010 05:36 PM
-----

Topics I've Started

CalculateFooter Modification

10 April 2009 - 07:42 PM

Boki,
In the procedure that Calculates the footer (TNextGrid.CalculateFooter), could you please change the following line:

if (not VisibleOnly or RowVisible[0]) and (FormulaKind <> fkCount)

to

if (not VisibleOnly or RowVisible[0]) and (FormulaKind <> fkCount) and (FormulaKind <> fkCustom)

Thanks Golli.