Accounting Software
Small Business Software Estimating Software
Construction Estimating SoftwareBookkeeping SoftwareInventory SoftwareInventory Control SoftwareInventory Tracking SoftwareInventory Management SoftwareBusiness Management Software

Delivery Method Viewer (Header)

Link to: source code | record viewer directory

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

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

Viewer for shipping methods and delivery methods. Part of the Goldenseal accounting software
and sales tracking software.

class CDeliveryMethodViewer : public DB_RecordViewer
{
public:

enum { class_ID = 'PNRV' };

CDeliveryMethodViewer(const SPaneInfo &inPaneInfo,
const SViewInfo &inViewInfo)
: DB_RecordViewer(inPaneInfo, inViewInfo) {}
virtual ~CDeliveryMethodViewer() {}

virtual void ListenToMessage (MessageT inMessage, void *ioParam);

protected:
virtual void HandlePopupChanged(CTCS_StdPopupMenu *popupMenu);

void FormatRateTable(const SInt32 calcMethod);

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