JA
jamesb
September 18, 2006 05:00 PM UTC
Never mind,
e.TableControl.Table.CurrentRecord.EndEdit(); did the trick!
JA
jamesb
September 18, 2006 06:03 PM UTC
How would I implement a custom summary if I wanted to multiply the current cell by another cell in the SAME record before calculating up or down; that is, calculate across and then calculate up or down to get the summary? What is I wanted to do some complex multiplication between direct records in the datasource also? I''ve looked at the custom summary class and can''t figure out what you all are doing?