|
-
October 11th, 2012, 09:06 PM
#19
Re: How To Handle An Open Document
 Originally Posted by JohnWHagen
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|