CHtmlView Navigate2 and ExecWB Execution
问题 This is Linking to my previous question. I have managed to make a new view derived from the CHtmlView for the new type of View for the my application generated reports but I find soem problem in the new View class CMyHtmlView : public CHtmlView { protected: // create from serialization only CMyHtmlView(); DECLARE_DYNCREATE(CMyHtmlView) // Attributes public: CReportDoc* GetDocument(); CString m_sFileName; // Operations public: // Overrides // ClassWizard generated virtual function overrides //