Accounting Software
Small Business Software Estimating Software
Project Management SoftwareProject Estimating SoftwareProject Tracking SoftwareInventory Tracking SoftwareCustomer Tracking SoftwareCustomer Management SoftwareBusiness Management Software

Data Cache Report (Header)

Link to: source code | other interface directory

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

This class shows a memory cache report for the Goldenseal estimating software,
project management software, construction estimating software
and construction project estimating software.

class CCacheReportWindow : public CDBDetailWindow
{
public:

enum { class_ID = 'CRWN' };

CCacheReportWindow(LStream *inStream);
virtual ~CCacheReportWindow() {}
protected:

virtual void PrepareObjectTable();
virtual void RefreshTable();
};