On Mon, 2010-10-18 at 12:55 -0500, Andrew Brunner wrote: > I just submitted a bug report for Lazarus. It appears that the sum > statement also does not work. Count statements appear to function but > sum does not.
Most probable that float or decimal fields do not work. Count returns integer fields. But again, this should lead to an exception... Joost. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
