Sunday, November 30, 2003
New Fixes for Summary Calculations
A new post will be made shortly with fixes for summary calculations. Amid all the new features, the ability to manage summary calcs was lost.
Summary Calculations are easily maintained from the Sorts collection.
Example (using the Object Model)
loReq = loFF.Requests.Items("INVENTRY")
IF loReq.Sorts.Items(1).Grouped
loReq.Sorts.Items(1).Calculations.AddItem("Min","Cars Mileage")
ENDIF
? loReq.Update( )
Also, check out our new Object Model blog http://www.foxfirereporting.com/ffom.htm!
Comment