home *** CD-ROM | disk | FTP | other *** search
- // ******************************************************************
- //
- // queryres.h : header file
- //
- // Most of this file is generated by ClassWizard
- //
- // (C) 1993 POET Software
- //
- // ******************************************************************
-
- #include "..\resource.h" // resource IDs
-
- #include <poet.hxx> // header to POET enviroment
- #include <base.hxx> // generated by PTXX for the database base
- #include <hello.hxx> // generated by PTXX when it processes hello.hcd
-
-
- // to use IndirectCSet instead of OnDemandLSet uncomment next line
- //#define WQ_USE_CSET
-
- #ifndef __QUERYRES_H__
- #define __QUERYRES_H__
-
- /////////////////////////////////////////////////////////////////////////////
- // CQueryResultDlg dialog
-
- class CQueryResultDlg : public CDialog
- {
- private:
- PersonOnDemandLSet *presult;
- Person *person;
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void Init ();
-
- // Generated message map functions
- //{{AFX_MSG(CQueryResultDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- CQueryResultDlg(CWnd* pParent = NULL); // standard constructor
- ~CQueryResultDlg ();
-
- void SetResult (PersonOnDemandLSet *pres) {presult = pres;}
-
- // Dialog Data
- //{{AFX_DATA(CQueryResultDlg)
- enum { IDD = IDR_RESULT };
- CListBox m_CListResult; // Listbox control result
- //}}AFX_DATA
- };
-
- #endif __QUERYRES_H__
-
-