Re: column total in forms
From: Holger Linge <linge876349_at_eaw-db.de>
Date: Sun, 07 Jul 2002 10:12:33 +0200
Message-ID: <2ttfius3qs5apc7ropn7qvtq24csnsgbfb_at_4ax.com>
Date: Sun, 07 Jul 2002 10:12:33 +0200
Message-ID: <2ttfius3qs5apc7ropn7qvtq24csnsgbfb_at_4ax.com>
>Is it possible to do something like total := row1 + row2 + row3, where
>the cursor loops from the records?
[Quoted] I would try it with the ON-COMMIT-TRIGGER. Check the sum directly in the database. So you don't have to deal with jumping around in the block.
-- cu HolgerReceived on Sun Jul 07 2002 - 10:12:33 CEST