Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Summing columns in MSFlexGrid

Status
Not open for further replies.

homesick

Programmer
Dec 5, 2001
55
CA
I have a MSFlexGrid and was wondering if it was possible to have a running sum for a specific column?
 
There's no flexGrid method to handle that, but it is easy enough to implement it by regular means and then insert the value into the last row of your table. Just look for a change to the table, and every time there is one, do the calculation and then place the value.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top