For some reason that remains unclear to me I am unable to obtain a
functioning CEdit object via call to GetEditCtrl() in the OnInitialUpdate().
The program looks approximately like this:
void DerivedFromCEditView::OnInitialUpdate()
{
CEditView::OnInitialUpdate();
pEdit=&GetEditCtrl());
}
pEdit does not point to a good object.