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

Checklist Tables (Header)

Link to: source code | tables directory

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

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

class CChecklistMemberTable : public CMemberTable
{
public:

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

virtual Boolean CanDoFillDown() { return false; } // TCS 11/6/02


protected:

};