Accounting Software
Small Business Software Estimating Software
Time Tracking SoftwareTime Management SoftwareTime Billing SoftwareContact Management SoftwareCustomer Management SoftwareProject Management SoftwareBusiness Management Software

Summation Table (Header)

Link to: source code | tables directory

Copyright Turtle Creek Software 1996-2006. All Rights Reserved.

This class manages calc summation tables for the Goldenseal accounting software,
small business management software, construction project management software and
construction accounting software.

class CCalcSummationTable : public CFlexibleCVTable
{
public:

CCalcSummationTable(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo);
virtual ~CCalcSummationTable() {}

virtual DBid GetCellCVClassID(const TableCellT &inCell) const;
virtual void FillNewRowCells(const TableIndexT row);

protected:

virtual CTCS_CVField *CreateNewCellCVField(const TableCellT &inCell,
const SPaneInfo &inPaneInfo);

};