|
-
July 28th, 1999, 05:05 AM
#1
CRecordView in tabbed window
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|