Click to See Complete Forum and Search --> : CRecordView in tabbed window


July 28th, 1999, 05:05 AM
I am trying to put a CRecordView in a SEC3DTabWnd (a Stingray class that gives a 3d tabbed window). I CreateEx the CRecordView with the following code:


m_wndNameAddress.CreateEx(WS_EX_LTRREADING,
AfxRegisterWndClass(NULL),
str,
WS_HSCROLL | WS_VSCROLL | WS_CHILD,
CRect(10,10,100,100),
&m_wndTab,
IDD_NAMEADDRESS,
NULL);




This seems to work. However when OnInitialUpdate is called in the CRecordView I get an assertion failure. Any suggestions?

Lars