description | title | ms.date | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|
Learn more about: User-Interface Updating for Record Views (MFC Data Access) |
User-Interface Updating for Record Views (MFC Data Access) |
11/04/2016 |
|
2c7914b6-2dc3-40c3-b2f2-8371da2a4063 |
CRecordView
provides default user-interface update handlers for the navigation commands. These handlers automate enabling and disabling the user-interface objects — menu items and toolbar buttons. The application wizard supplies standard menus and, if you choose the Dockable Toolbar option, a set of toolbar buttons for the commands. If you create a record view class using CRecordView
, you might want to add similar user-interface objects to your application.
- Referring to the information about using the menu editor, create your own menu with the same four commands.
- Referring to the information about using the toolbar editor, edit the toolbar resource to add toolbar buttons for your record navigation commands.