Clay, You could try placing this into the OnRowExitEEP. SELECT (SUM(totalyourcolum)) INTO vSumColumn INDIC ivSumColumn + FROM yourtablename WHERE yourwhereclause
Jan -----Original Message----- From: Clay Eisenbrand <[EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 26 Nov 2008 12:46:49 -0800 Subject: [RBASE-L] - in-form dbgrid computations? Is it possible to compute and then display the sum of a column of a dbgrid displayed within a form. Perhaps an eep? If so where? We are entering sales info and need to compute a total of the prices entered to compute tax, shipping, discount... We've exhausted several solutions trying to solve this problem and probably just need a new perspective. The form from our prior edition of Rbase had a form variable field in place but no variable in the expression list that you would expect to be there. The field displayed the sum we needed but i can't seem to find the source of the computation. Any info/schooling would be greatly appreciated. Thanks!

