CFormView::OnInitialUpdate()
-
Hi, I have a code as below: Class x: public CFormView { public: virtual void OnInitialUpdate(); } Class y: Public X { public: Virtual void OnInitialUpdate(); } Class z: class y { public: void OnInitialUpdate(); } When I call OnInitialUpdate () for class z it throws an exception at CFormView::OnInitialUpdate() of Class x. Could any one please help me? Regards Neha
-
Hi, I have a code as below: Class x: public CFormView { public: virtual void OnInitialUpdate(); } Class y: Public X { public: Virtual void OnInitialUpdate(); } Class z: class y { public: void OnInitialUpdate(); } When I call OnInitialUpdate () for class z it throws an exception at CFormView::OnInitialUpdate() of Class x. Could any one please help me? Regards Neha
OnInitialUpdate is not called by you i suppose. It is called automatically when you create the Formview using create.
MSN Messenger. prakashnadar@msn.com