Summary sheetI call a summary sheet a sheet in which certain fields are the result of a calculation carried out on a set of other sheets. Here is a simplified customer file: The objective here is for the 'ca' field to be updated automatically with the total amount of invoices associated with the customer. Suppose that we have created a report (whose identifier will be 'xxx / yyy / zzz' in the program below) which lists all customer invoices, for example: Here is the 'Fields' tab of the definition of this report. All you have to do is add the following code to the contact form so that the 'ca' field is automatically updated: ca := 0 |