// sxconDlg.h : header file // #include "stdafx.h" // Include CRunner Oracle Reporting control IDispatch wrapper //{{AFX_INCLUDES(CSxConDlg) #include "orxcon.h" //}}AFX_INCLUDES // ///////////////////////////////////////////////////////////////////////////// // CSxConDlg dialog class CSxConDlg : public CDialog { // Construction public: CSxConDlg(CWnd* pParent = NULL); // standard constructor int DoBatch(); void SetCommandLineParams(); void UpdateDialog(); long DoWhatYouGottaDo(); int m_nReportsRunning; // number of reports running at particular point // Dialog Data //{{AFX_DATA(CSxConDlg) enum { IDD = IDD_SXCON_DIALOG }; CRunner m_ctlOracleReports; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSxConDlg) public: virtual BOOL DestroyWindow(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSxConDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnDestroy(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnBeforeRunReportOracleReportsControl1(long ReportHandle); afx_msg void OnAfterRunReportOracleReportsControl1(long ReportHandle, long ResultCode); afx_msg void OnRunReportProgressOracleReportsControl1(long ReportHandle, long ProgressCode); afx_msg void OnRunReport(); afx_msg void OnEditProperties(); DECLARE_EVENTSINK_MAP() //}}AFX_MSG DECLARE_MESSAGE_MAP() };