accounting software, Check Writing Software"> Goldenseal Accounting Software-- Checking Account Viewer Header
Accounting Software
Small Business Software Estimating Software
Construction Estimating SoftwareBookkeeping SoftwareInventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareBusiness Management Software

Checking Account Viewer (Header)

Link to: source code | record viewer directory

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

This class manages checking account viewers for the Goldenseal accounting software,
small business management software, construction project management software and
construction estimating software.

class CCheckingAccountViewer : public CAccountViewer
{
public:

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

protected:
//CBookManager mTempBookManager;

//virtual void DoMultipleBtnClicked();
virtual void FinishUpdatingFields(const UInt8 creationMethod,
DB_PersistentObject *viewerObject);
};