Re: Calculating Totals in Forms

From: BEERWINE <beerwine_at_aol.com>
Date: 1998/03/10
Message-ID: <19980310061401.BAA15433_at_ladder02.news.aol.com>#1/1


Dave,

You did not say what version of forms you are using. Either case you need to be careful about using the Post-Query for what you are doing. Post-Query fires only when the row is retrieved, but remember that forms does not retrieve the row until it needs to. So if your quey would return 100 rows, and the form displays 10, you will only get the total for those 10 rows (unless you set the form to retrieve all rows on query, very bad for big queries). Received on Tue Mar 10 1998 - 00:00:00 CET

Original text of this message