OnInitialUpdate in FormView
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I m developin an application with treeview on left side and formview on right side(Splitterwnd). Whenevr a user cliks an itme in treeview a form window will appear on right side. My Problem is that OnInitialUpdate Fn is not working in the formview... Due to this i face a problem of using the list control in the application.. But in different project of normal SDi, the Initial Update Funtion works fine.. Can Any One Suggest me a Solution?