Click to See Complete Forum and Search --> : Converting CView to CListView


Mahesh Chari
June 3rd, 1999, 12:52 PM
Hi,
I've an application whose view is derived from CView. I would like to convert it to CListView. Is it enough if I replace all occurrences of CView with CListView ? If no, what else should I do ?

Thanks in advance.

mc

awg
June 3rd, 1999, 11:15 PM
Depends of what listview type you will use. If you are going to use report view except the change of CView to CListView you must catch OnInitialUpdate handler and there add the columns of the report view.