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

Fixed Member Tables (Header)

Link to: source code | tables directory

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

This class manages fixed member tables for the Goldenseal estimating software,
small business management software, construction project management software and
construction estimating software.

class CFixedMemberTable : public CMemberTable
{
public:

CFixedMemberTable(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo);
virtual ~CFixedMemberTable() {}
virtual Boolean HandleReturnKey();

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

virtual void MakeSingleRowTable(const Boolean redraw = true, const Boolean findMode = false);

protected:

};