These items can work only whe one of these "CRecordView derived classes" is active.
Printable View
These items can work only whe one of these "CRecordView derived classes" is active.
On closing one of the window the next below window becomes Active. How can I accomplish this, so that the shared menu bar's navigational items works for all the shared opened windows.Quote:
Originally Posted by VictorN
regards
You could move these message handlers to the Document class (or classes if you have more then one CDocument derived class, however it would be not always a good idea)
Sorry, I have not given any message handler for the Navigational menu items.I have only specified the message Id i.e ID_RECORD_NEXT,etc. It worked when I did not used shared menu, but now its not woking with shared menu.
regards
Then don't use shared menu. :cool:Quote:
Originally Posted by Plaban
Ann sorry, without knowing the architecture of your App it is impossible to say you more.