I have a MDI app (Visual C++ 6.0) and I can get the document pointer in
each of the views. Is there a way for the MainFrame class and/or the
Application class to get the document pointer as well? I need to store
some data in the document in either the Frame class or Application class
that the views will use.