Quote Originally Posted by JohnWHagen View Post
I added the OnInitialUpdate function to my main view class. It is being called as the program starts up, but not after I load the file.

That tells me I need to make another call to the OnInitialUpdate() function. I assume this would be called from the Doc class. I tried that but get an error saying the CView class is protected.

How do I make the next call from my Doc class so I can manipulate the data?

Again, thanks!
John
Try handling OnUpdate in the view class.