Hi,
I have created two child frames with two document templates.
when i click on new, two child views are created.one with CView and other with CFormView. I want to access the methods of one view from the other.Can i send/post a message form one view to the the other. But while using Post/Send Message it is not resopnding. I have created an object of the class and tried to call the member functions of the other but it gives error message that : Illigal call to non-static member functions. ?

How can i send Message or call the member function of the other ?

Plz Help me ?