| 115 | } |
| 116 | |
| 117 | void CTableFileEdit::OnTableEditBtnPrevious() { |
| 118 | // TODO: Add your control notification handler code here |
| 119 | m_PageList.SaveSelected(&m_DescriptionBox); |
| 120 | m_PageList.SelectPrev(); |
| 121 | m_PageList.DisplaySelected(&m_NameList, &m_DescriptionBox); |
| 122 | } |
| 123 | |
| 124 | BOOL CTableFileEdit::OnInitDialog() { |
| 125 | CDialog::OnInitDialog(); |
nothing calls this directly
no test coverage detected