| Function |
Purpose |
| OnFileCreate | File New |
| OnSaveProfile | File Save |
| OnLoadProfile | File Open |
| OnWindowCloseAll | Window CloseAll |
| UserMessageBar | User Message To Combo Message Bar |
| UserStatusBar | User Message To User Status Bar |
| LoadProfile | User Message To Route Load Profile |
| OnUserChange | Users Change Change User |
| OnUserAccounts | Nymex OOH Credit Checking |
| OnUserUpdate | User Change Password |
| OnMarketMessage | Text Message To Other Users |
| OnMarketCommodity | Market Prices (Supervisor) |
| OnMarketSettlements | Market Settlements (Supervisor) |
| OnMarketUserReason | User Reasonability Out Of Hours |
| OnMarketSystemReason | System Reasonability (Supervisor) |
| OnMarketAccountMaintenance | Market Account Maintenance |
| OnMarketAccounts | Market Accounts |
| OnMarketDownLoad | Market DownLoad |
| OnMarketPullOrders | Market PullOrders |
| OnLockUp | LockUp |
| LockUp | LockUp |
| ON_WM_ACTIVATEAPP() | Application Activation |
| ON_WM_QUERYENDSESSION() | Close Down Of Application |
| OnHelp | Extra Help Handler |
| OnUpdateTimer | Drives The One Second Market Timer |
| Purpose |
| This function is typical of our Extention Modelling where we are pushing the MFC Document/View Architecture Envelope. |
| 1) We determine the context view and template reflecting |
| the known APP Template types |
| and the associated menu via the ViewEngine |
| 2) We move the View Rules to the Persistant Document. |
| The Child MDI (ChildFrm.cpp) is used to launch the menu. |
| If reading from disk the serialised members vai our base view are instantiated. |
| Finally the Child MDI kicks the view into action. |
| The view then collects its startup rules from the document. |