<< Return to Main Index

< Return to Class Index

class CGXDaoRecordView: public CGXView, public CGXODBCGrid

The CGXDaoRecordView represents the CGXDaoGrid as a view for browsing and changing recordsets.

CGXDaoRecordView can be used either associated with a document or stand-alone.

All MFC features are supported:

- using the grid view in dynamic splitter windows

- printing and print preview

- find and replace

- synchronizing several views when attached to the same document

Because CGXDaoRecordView does not declare any new functions, no methods are listed below by intention. Refer to the CGXDaoGrid, CGXBrowserGrid and  CGXGridCore classes for reference about grid methods.

#include <gxdao.h>

See Also

CGXDaoGrid CGXBrowserGrid CGXGridCore