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
Printable View
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
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.