Click to See Complete Forum and Search --> : Having a Report View attached to the Frame inDoc/View Architect


SSP
May 18th, 1999, 12:14 AM
Hi,
Can someone help me to have a Report View attached to Frame.

You input will be appreciated!
Thanks!

Jason Teagle
May 18th, 1999, 03:11 AM
When you say 'report view', I assume you mean a list view with multiple columns, like the full details view in Windows Explorer, right? For that, you need to create a view based on CListView. If your project already has its main type of view, you will need to create a second doc template for this new type of view. If that is as clear as mud, e-mail me at jteagle@solartron.com and I'll help.

Rajaraman
May 18th, 1999, 04:08 AM
I would create the project with the default Form View. Then edit the dialog template of that view in the resource editor, and insert a CListCtrl object. Set its style to report view.

Rajaraman